HtmlForgeX

API Reference

Class

TablerDataTableCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerDataTableCard.

Inheritance

  • Object
  • TablerDataTableCardSettings

Methods

public TablerDataTableCardSettings Accent(TablerColor color) #
Returns: TablerDataTableCardSettings

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerDataTableCardSettings Compact(Boolean enable = true) #
Returns: TablerDataTableCardSettings

Uses tighter spacing inside the card.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerDataTableCard End() #
Returns: TablerDataTableCard

Returns control to the root card surface.

public TablerDataTableCardSettings FillHeight(Boolean enable = true) #
Returns: TablerDataTableCardSettings

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerDataTableCardSettings LoadingPlaceholder(Action<TablerPlaceholderCard> configure = null) #
Returns: TablerDataTableCardSettings

Adds a typed skeleton surface that stays visible until the bound DataTable finishes initializing.

Parameters

configure System.Action{HtmlForgeX.TablerPlaceholderCard} = null optionalposition: 0