API Reference
Class
TablerDataTableCardSettings
Settings sub-builder for TablerDataTableCard.
Inheritance
- Object
- TablerDataTableCardSettings
Methods
public TablerDataTableCardSettings Accent(TablerColor color) #Returns:
TablerDataTableCardSettingsSets the ambient accent color.
Parameters
- color HtmlForgeX.TablerColor
public TablerDataTableCardSettings Compact(Boolean enable = true) #Returns:
TablerDataTableCardSettingsUses tighter spacing inside the card.
Parameters
- enable System.Boolean = true
public TablerDataTableCard End() #Returns:
TablerDataTableCardReturns control to the root card surface.
public TablerDataTableCardSettings FillHeight(Boolean enable = true) #Returns:
TablerDataTableCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true
public TablerDataTableCardSettings LoadingPlaceholder(Action<TablerPlaceholderCard> configure = null) #Returns:
TablerDataTableCardSettingsAdds a typed skeleton surface that stays visible until the bound DataTable finishes initializing.
Parameters
- configure System.Action{HtmlForgeX.TablerPlaceholderCard} = null