HtmlForgeX

API Reference

Class

TablerCollectionTableCell

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

A typed cell inside TablerCollectionTable.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public TablerCollectionTableCell() #

Methods

public TablerCollectionTableCell Actions(Action<TablerCollectionTableActions> configure) #
Returns: TablerCollectionTableCell

Configures trailing action content for the cell.

Parameters

configure System.Action{HtmlForgeX.TablerCollectionTableActions} requiredposition: 0
public TablerCollectionTableCell AddBadge(String text, Nullable<TablerColor> color = null) #
Returns: TablerCollectionTableCell

Adds an inline badge to a badge list cell.

Parameters

text System.String requiredposition: 0
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 1
public TablerCollectionTableCell Content(Element element) #
Returns: TablerCollectionTableCell

Uses an existing HtmlForgeX element as the cell body.

Parameters

element HtmlForgeX.Element requiredposition: 0
public TablerCollectionTableCell Custom(Element element) #
Returns: TablerCollectionTableCell
EditorBrowsable(2)

Uses a custom element as the cell body.

Parameters

element HtmlForgeX.Element requiredposition: 0
GetAuxiliaryChildren() #
public TablerCollectionTableCell Href(String href) #
Returns: TablerCollectionTableCell

Wraps the primary text/title with a link.

Parameters

href System.String requiredposition: 0
public TablerCollectionTableCell Initials(String initials, TablerColor accent = Azure) #
Returns: TablerCollectionTableCell

Uses initials for the leading avatar slot.

Parameters

initials System.String requiredposition: 0
accent HtmlForgeX.TablerColor = Azure optionalposition: 1
public TablerCollectionTableCell Metric(String value, String note = null, String changeText = null, TablerChangeType changeType = None) #
Returns: TablerCollectionTableCell

Renders a compact KPI/metric value with optional trend and note.

Parameters

value System.String requiredposition: 0
note System.String = null optionalposition: 1
changeText System.String = null optionalposition: 2
changeType HtmlForgeX.TablerChangeType = None optionalposition: 3
public TablerCollectionTableCell Progress(String label, Int32 progress, TablerColor color, String note = null) #
Returns: TablerCollectionTableCell

Renders a compact progress summary with a small progress bar.

Parameters

label System.String requiredposition: 0
progress System.Int32 requiredposition: 1
color HtmlForgeX.TablerColor requiredposition: 2
note System.String = null optionalposition: 3
RegisterLibraries() #
public TablerCollectionTableCell Status(String text, TablerColor color) #
Returns: TablerCollectionTableCell

Renders a status dot with text.

Parameters

text System.String requiredposition: 0
color HtmlForgeX.TablerColor requiredposition: 1
public TablerCollectionTableCell Subtitle(String subtitle) #
Returns: TablerCollectionTableCell

Sets a muted supporting line of text.

Parameters

subtitle System.String requiredposition: 0
public TablerCollectionTableCell Title(String title) #
Returns: TablerCollectionTableCell

Sets the primary line of text.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String