HtmlForgeX

API Reference

Class

TablerCollectionTableColumn

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Column definition for TablerCollectionTable.

Inheritance

  • Object
  • TablerCollectionTableColumn

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 TablerCollectionTableColumn CellClass(String className) #
Returns: TablerCollectionTableColumn
EditorBrowsable(2)

Adds classes to each data cell in the column.

Parameters

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

Adds classes to both the header and data cells.

Parameters

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

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

Parameters

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

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

Parameters

columnKey System.Enum requiredposition: 0
label System.String = null optionalposition: 1
public TablerCollectionTableColumn EndAligned(Boolean enable = true) #
Returns: TablerCollectionTableColumn

Right-aligns the column content.

Parameters

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

Adds classes to the header cell.

Parameters

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

Overrides the lookup key used by rows.

Parameters

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

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

Parameters

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

Uses the narrow action-column width.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerCollectionTableColumn Settings(Action<TablerCollectionTableColumnSettings> configure) #
Returns: TablerCollectionTableColumn

Groups less-common column toggles under a single fluent entry point.

Parameters

configure System.Action{HtmlForgeX.TablerCollectionTableColumnSettings} requiredposition: 0
public TablerCollectionTableColumn Sortable(TablerCollectionTableSortDirection direction = None) #
Returns: TablerCollectionTableColumn

Shows display-only sort affordance in the header.

Parameters

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

Adds a muted secondary line to the header.

Parameters

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

Hides the column below the specified breakpoint and shows it from that breakpoint upward.

Parameters

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

Applies a width utility class such as w-1.

Parameters

className System.String requiredposition: 0