HtmlForgeX

API Reference

Class

TablerCollectionTableColumnSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerCollectionTableColumn.

Inheritance

  • Object
  • TablerCollectionTableColumnSettings

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public TablerCollectionTableColumnSettings CellClass(String className) #
Returns: TablerCollectionTableColumnSettings
EditorBrowsable(2)

Adds classes to each data cell in the column.

Parameters

className System.String requiredposition: 0
public TablerCollectionTableColumnSettings Class(String className) #
Returns: TablerCollectionTableColumnSettings
EditorBrowsable(2)

Adds classes to both the header and data cells.

Parameters

className System.String requiredposition: 0
CompactInto 2 overloads
public TablerCollectionTableColumnSettings CompactInto(String columnKey, String label = null) #
Returns: TablerCollectionTableColumnSettings

Folds this column into another cell as compact summary content when hidden responsively.

Parameters

columnKey System.String requiredposition: 0
label System.String = null optionalposition: 1
public TablerCollectionTableColumnSettings CompactInto(Enum columnKey, String label = null) #
Returns: TablerCollectionTableColumnSettings

Folds this column into another enum-backed cell as compact summary content when hidden responsively.

Parameters

columnKey System.Enum requiredposition: 0
label System.String = null optionalposition: 1
public TablerCollectionTableColumn End() #
Returns: TablerCollectionTableColumn

Returns control to the root column.

public TablerCollectionTableColumnSettings EndAligned(Boolean enable = true) #
Returns: TablerCollectionTableColumnSettings

Right-aligns the column content.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerCollectionTableColumnSettings Filterable(Boolean enable = true) #
Returns: TablerCollectionTableColumnSettings

Controls whether the column receives a footer filter input.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerCollectionTableColumnSettings HeaderClass(String className) #
Returns: TablerCollectionTableColumnSettings
EditorBrowsable(2)

Adds classes to the header cell.

Parameters

className System.String requiredposition: 0
Key 2 overloads
public TablerCollectionTableColumnSettings Key(String key) #
Returns: TablerCollectionTableColumnSettings

Overrides the lookup key used by rows.

Parameters

key System.String requiredposition: 0
public TablerCollectionTableColumnSettings Key(Enum key) #
Returns: TablerCollectionTableColumnSettings

Overrides the lookup key used by rows with an enum-backed key.

Parameters

key System.Enum requiredposition: 0
public TablerCollectionTableColumnSettings Narrow(Boolean enable = true) #
Returns: TablerCollectionTableColumnSettings

Uses the narrow action-column width.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerCollectionTableColumnSettings Sortable(TablerCollectionTableSortDirection direction = None) #
Returns: TablerCollectionTableColumnSettings

Shows display-only sort affordance in the header.

Parameters

direction HtmlForgeX.TablerCollectionTableSortDirection = None optionalposition: 0
public TablerCollectionTableColumnSettings Subtitle(String subtitle) #
Returns: TablerCollectionTableColumnSettings

Adds a muted secondary line to the header.

Parameters

subtitle System.String requiredposition: 0
public TablerCollectionTableColumnSettings VisibleFrom(TablerBreakpoint breakpoint) #
Returns: TablerCollectionTableColumnSettings

Hides the column below the specified breakpoint.

Parameters

breakpoint HtmlForgeX.TablerBreakpoint requiredposition: 0
public TablerCollectionTableColumnSettings WidthClass(String className) #
Returns: TablerCollectionTableColumnSettings
EditorBrowsable(2)

Applies a width utility class such as w-1.

Parameters

className System.String requiredposition: 0