API Reference
TablerCollectionTableColumn
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.
Returned or exposed by
- Method TablerCollectionTableColumn.CellClass
- Method TablerCollectionTableColumn.Class
- Method TablerCollectionTableColumn.CompactInto
- Method TablerCollectionTableColumn.CompactInto
- Method TablerCollectionTableColumn.EndAligned
- Method TablerCollectionTableColumn.HeaderClass
- Method TablerCollectionTableColumn.Key
- Method TablerCollectionTableColumn.Key
- Method TablerCollectionTableColumn.Narrow
- Method TablerCollectionTableColumn.Settings
- Method TablerCollectionTableColumn.Sortable
- Method TablerCollectionTableColumn.Subtitle
- Method TablerCollectionTableColumn.VisibleFrom
- Method TablerCollectionTableColumn.WidthClass
- Method TablerCollectionTableColumnSettings.End
Accepted by parameters
- Method TablerCollectionTable.Column
- Method TablerEntityCollection.Column
Methods
public TablerCollectionTableColumn CellClass(String className) #TablerCollectionTableColumnEditorBrowsable(2)Adds classes to each data cell in the column.
Parameters
- className System.String
public TablerCollectionTableColumn Class(String className) #TablerCollectionTableColumnEditorBrowsable(2)Adds classes to both the header and data cells.
Parameters
- className System.String
public TablerCollectionTableColumn CompactInto(String columnKey, String label = null) #TablerCollectionTableColumnFolds this column into another cell as compact summary content when the column is hidden responsively.
Parameters
- columnKey System.String
- label System.String = null
public TablerCollectionTableColumn CompactInto(Enum columnKey, String label = null) #TablerCollectionTableColumnFolds this column into another enum-backed cell as compact summary content when the column is hidden responsively.
Parameters
- columnKey System.Enum
- label System.String = null
public TablerCollectionTableColumn EndAligned(Boolean enable = true) #TablerCollectionTableColumnRight-aligns the column content.
Parameters
- enable System.Boolean = true
public TablerCollectionTableColumn HeaderClass(String className) #TablerCollectionTableColumnEditorBrowsable(2)Adds classes to the header cell.
Parameters
- className System.String
public TablerCollectionTableColumn Key(String key) #TablerCollectionTableColumnOverrides the lookup key used by rows.
Parameters
- key System.String
public TablerCollectionTableColumn Key(Enum key) #TablerCollectionTableColumnOverrides the lookup key used by rows with an enum-backed key.
Parameters
- key System.Enum
public TablerCollectionTableColumn Narrow(Boolean enable = true) #TablerCollectionTableColumnUses the narrow action-column width.
Parameters
- enable System.Boolean = true
public TablerCollectionTableColumn Settings(Action<TablerCollectionTableColumnSettings> configure) #TablerCollectionTableColumnGroups less-common column toggles under a single fluent entry point.
Parameters
- configure System.Action{HtmlForgeX.TablerCollectionTableColumnSettings}
public TablerCollectionTableColumn Sortable(TablerCollectionTableSortDirection direction = None) #TablerCollectionTableColumnShows display-only sort affordance in the header.
Parameters
- direction HtmlForgeX.TablerCollectionTableSortDirection = None
public TablerCollectionTableColumn Subtitle(String subtitle) #TablerCollectionTableColumnAdds a muted secondary line to the header.
Parameters
- subtitle System.String
public TablerCollectionTableColumn VisibleFrom(TablerBreakpoint breakpoint) #TablerCollectionTableColumnHides the column below the specified breakpoint and shows it from that breakpoint upward.
Parameters
- breakpoint HtmlForgeX.TablerBreakpoint
public TablerCollectionTableColumn WidthClass(String className) #TablerCollectionTableColumnEditorBrowsable(2)Applies a width utility class such as w-1.
Parameters
- className System.String