HtmlForgeX

API Reference

Class

TableColumnOption

Namespace HtmlForgeX.DslOptions.Tables
Assembly HtmlForgeX
Modifiers sealed

Configures an individual column.

Inheritance

Constructors

public TableColumnOption() #

Properties

public Nullable<Int32> Index { get; set; } #

Zero-based column index to target.

public String Name { get; set; } #

Column header name to target.

public Nullable<Boolean> Visible { get; set; } #

Whether the column is visible.

public Nullable<Boolean> Searchable { get; set; } #

Whether the column is searchable.

public Nullable<Boolean> Orderable { get; set; } #

Whether the column is orderable.

public String Width { get; set; } #

Column width CSS value (e.g. 120px).

public Nullable<DataTablesColumnType> Type { get; set; } #

Optional DataTables column type.

public Nullable<DataTablesTextAlign> TextAlign { get; set; } #

Text alignment for the column.

public Nullable<DataTablesFontWeight> FontWeight { get; set; } #

Font weight for the column.

public Nullable<DataTablesColumnStyle> Style { get; set; } #

Column style preset.

public Nullable<Int32> ResponsivePriority { get; set; } #

Responsive priority value.