HtmlForgeX

API Reference

Enum

DataTablesPreset

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Built-in settings presets that bundle common DataTables options.

Inheritance

  • Enum
  • DataTablesPreset

Values

public const DataTablesPreset Minimal #

Minimal defaults (no changes).

Value: 0
public const DataTablesPreset Enterprise #

Enterprise reporting: toolbar top + exports + search builder + header filters + responsive + state save.

Value: 1
public const DataTablesPreset AccordionFriendly #

Accordion-friendly defaults: responsive inline details, autoWidth off, safe behavior in collapses.

Value: 2
public const DataTablesPreset Reporting #

Reporting focus: exports + fixed header + responsive.

Value: 3
public const DataTablesPreset Compact #

Compact interactive table: small page length, simple numbers pager, responsive.

Value: 4
public const DataTablesPreset ReadOnly #

Read-only view: paging + responsive, but no searching/ordering.

Value: 5
public const DataTablesPreset MinimalWithExport #

Minimal with exports: paging + Excel/CSV exports.

Value: 6
public const DataTablesPreset Interactive #

Interactive dashboard: paging + search + order + CSV/Copy + responsive + state save.

Value: 7
public const DataTablesPreset LargeDataset #

Large dataset: JS rendering, larger page, horizontal scrolling, responsive, state save.

Value: 8