API Reference
TablerCollectionTableColumnSettings
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.
Returned or exposed by
- Method TablerCollectionTableColumnSettings.CellClass
- Method TablerCollectionTableColumnSettings.Class
- Method TablerCollectionTableColumnSettings.CompactInto
- Method TablerCollectionTableColumnSettings.CompactInto
- Method TablerCollectionTableColumnSettings.EndAligned
- Method TablerCollectionTableColumnSettings.Filterable
- Method TablerCollectionTableColumnSettings.HeaderClass
- Method TablerCollectionTableColumnSettings.Key
- Method TablerCollectionTableColumnSettings.Key
- Method TablerCollectionTableColumnSettings.Narrow
- Method TablerCollectionTableColumnSettings.Sortable
- Method TablerCollectionTableColumnSettings.Subtitle
- Method TablerCollectionTableColumnSettings.VisibleFrom
- Method TablerCollectionTableColumnSettings.WidthClass
Accepted by parameters
Methods
public TablerCollectionTableColumnSettings CellClass(String className) #TablerCollectionTableColumnSettingsEditorBrowsable(2)Adds classes to each data cell in the column.
Parameters
- className System.String
public TablerCollectionTableColumnSettings Class(String className) #TablerCollectionTableColumnSettingsEditorBrowsable(2)Adds classes to both the header and data cells.
Parameters
- className System.String
public TablerCollectionTableColumnSettings CompactInto(String columnKey, String label = null) #TablerCollectionTableColumnSettingsFolds this column into another cell as compact summary content when hidden responsively.
Parameters
- columnKey System.String
- label System.String = null
public TablerCollectionTableColumnSettings CompactInto(Enum columnKey, String label = null) #TablerCollectionTableColumnSettingsFolds this column into another enum-backed cell as compact summary content when hidden responsively.
Parameters
- columnKey System.Enum
- label System.String = null
public TablerCollectionTableColumn End() #TablerCollectionTableColumnReturns control to the root column.
public TablerCollectionTableColumnSettings EndAligned(Boolean enable = true) #TablerCollectionTableColumnSettingsRight-aligns the column content.
Parameters
- enable System.Boolean = true
public TablerCollectionTableColumnSettings Filterable(Boolean enable = true) #TablerCollectionTableColumnSettingsControls whether the column receives a footer filter input.
Parameters
- enable System.Boolean = true
public TablerCollectionTableColumnSettings HeaderClass(String className) #TablerCollectionTableColumnSettingsEditorBrowsable(2)Adds classes to the header cell.
Parameters
- className System.String
public TablerCollectionTableColumnSettings Key(String key) #TablerCollectionTableColumnSettingsOverrides the lookup key used by rows.
Parameters
- key System.String
public TablerCollectionTableColumnSettings Key(Enum key) #TablerCollectionTableColumnSettingsOverrides the lookup key used by rows with an enum-backed key.
Parameters
- key System.Enum
public TablerCollectionTableColumnSettings Narrow(Boolean enable = true) #TablerCollectionTableColumnSettingsUses the narrow action-column width.
Parameters
- enable System.Boolean = true
public TablerCollectionTableColumnSettings Sortable(TablerCollectionTableSortDirection direction = None) #TablerCollectionTableColumnSettingsShows display-only sort affordance in the header.
Parameters
- direction HtmlForgeX.TablerCollectionTableSortDirection = None
public TablerCollectionTableColumnSettings Subtitle(String subtitle) #TablerCollectionTableColumnSettingsAdds a muted secondary line to the header.
Parameters
- subtitle System.String
public TablerCollectionTableColumnSettings VisibleFrom(TablerBreakpoint breakpoint) #TablerCollectionTableColumnSettingsHides the column below the specified breakpoint.
Parameters
- breakpoint HtmlForgeX.TablerBreakpoint
public TablerCollectionTableColumnSettings WidthClass(String className) #TablerCollectionTableColumnSettingsEditorBrowsable(2)Applies a width utility class such as w-1.
Parameters
- className System.String