HtmlForgeX

API Reference

Class

TablerTableSummaryCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerTableSummaryCard.

Inheritance

  • Object
  • TablerTableSummaryCardSettings

Methods

public TablerTableSummaryCardSettings Accent(TablerColor color) #
Returns: TablerTableSummaryCardSettings

Sets the accent color used by the table card shell.

Parameters

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

Compacts the card spacing for denser dashboard layouts.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerTableSummaryCardSettings CompactMetrics(Boolean enable = true) #
Returns: TablerTableSummaryCardSettings

Applies compact summary-strip styling to the metric rail.

Parameters

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

Returns control to the root table summary card.

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

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerTableSummaryCardSettings MinColumnWidth(String width) #
Returns: TablerTableSummaryCardSettings

Sets the minimum column width for summary-strip metrics.

Parameters

width System.String requiredposition: 0