API Reference
TablerCollectionTableSettings
Settings sub-builder for TablerCollectionTable.
Inheritance
- Object
- TablerCollectionTableSettings
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 TablerCollectionTableSettings.ActionPresentation
- Method TablerCollectionTableSettings.CardTable
- Method TablerCollectionTableSettings.Compact
- Method TablerCollectionTableSettings.DeferredRows
- Method TablerCollectionTableSettings.Density
- Method TablerCollectionTableSettings.FooterFilters
- Method TablerCollectionTableSettings.Hoverable
- Method TablerCollectionTableSettings.MobileLabels
- Method TablerCollectionTableSettings.NoWrap
- Method TablerCollectionTableSettings.Paging
- Method TablerCollectionTableSettings.RemoteRows
- Method TablerCollectionTableSettings.ShowSelectAll
- Method TablerCollectionTableSettings.Striped
- Method TablerCollectionTableSettings.Surface
- Method TablerCollectionTableSettings.VCenter
Accepted by parameters
Methods
public TablerCollectionTableSettings ActionPresentation(TablerCollectionTableActionPresentation presentation) #TablerCollectionTableSettingsControls how row action cells are visually collapsed.
Parameters
- presentation HtmlForgeX.TablerCollectionTableActionPresentation
public TablerCollectionTableSettings CardTable(Boolean enable = true) #TablerCollectionTableSettingsUses Tabler's card-table treatment.
Parameters
- enable System.Boolean = true
public TablerCollectionTableSettings Compact(Boolean enable = true) #TablerCollectionTableSettingsUses denser table spacing.
Parameters
- enable System.Boolean = true
public TablerCollectionTableSettings DeferredRows(Boolean enable = true) #TablerCollectionTableSettingsStores static rows as inert data and renders only the current page into the table body.
Parameters
- enable System.Boolean = true
public TablerCollectionTableSettings Density(TablerCollectionTableDensity density) #TablerCollectionTableSettingsEditorBrowsable(2)Controls row density for compact, balanced, and review-oriented layouts.
Parameters
- density HtmlForgeX.TablerCollectionDensity
Density(HtmlForgeX.TablerCollectionTableDensity density) #Controls row density using the legacy table-specific density enum.
Parameters
- density HtmlForgeX.TablerCollectionTableDensity
public TablerCollectionTable End() #TablerCollectionTableReturns control to the root table.
public TablerCollectionTableSettings Hoverable(Boolean enable = true) #TablerCollectionTableSettingsApplies row hover styling.
Parameters
- enable System.Boolean = true
public TablerCollectionTableSettings MobileLabels(Boolean enable = true) #TablerCollectionTableSettingsOutputs mobile labels using Tabler's table-mobile pattern.
Parameters
- enable System.Boolean = true
public TablerCollectionTableSettings NoWrap(Boolean enable = true) #TablerCollectionTableSettingsKeeps the table content on one line where possible.
Parameters
- enable System.Boolean = true
public TablerCollectionTableSettings Paging(Int32 pageSize = 5, params Int32[] pageSizeOptions) #TablerCollectionTableSettingsEnables client-side paging for rendered rows.
Parameters
- pageSize System.Int32 = 5
- pageSizeOptions System.Int32[]
public TablerCollectionTableSettings RemoteRows(String url, TablerCollectionRemoteMethod method = Get, Int32 debounceMs = 250) #TablerCollectionTableSettingsLoads visible rows from a server endpoint instead of rendering/filtering every row in the page.
Parameters
- url System.String
- method HtmlForgeX.TablerCollectionRemoteMethod = Get
- debounceMs System.Int32 = 250
public TablerCollectionTableSettings ShowSelectAll(Boolean enable = true) #TablerCollectionTableSettingsShows a header checkbox when selectable rows are present.
Parameters
- enable System.Boolean = true
public TablerCollectionTableSettings Striped(Boolean enable = true) #TablerCollectionTableSettingsApplies zebra striping.
Parameters
- enable System.Boolean = true
public TablerCollectionTableSettings Surface(TablerSurfaceStyle style) #TablerCollectionTableSettingsApplies a shared surface treatment to the wrapper.
Parameters
- style HtmlForgeX.TablerSurfaceStyle
public TablerCollectionTableSettings VCenter(Boolean enable = true) #TablerCollectionTableSettingsVertically centers row content.
Parameters
- enable System.Boolean = true