HtmlForgeX

API Reference

Class

TablerOperationalList

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Generic operational card list for jobs, tickets, routes, domains, orders, incidents, assets, approvals, and similar work items.

Inheritance

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

Accepted by parameters

Constructors

public TablerOperationalList() #

Methods

public TablerOperationalList AddFilter(String label, TablerIconType icon = Filter) #
Returns: TablerOperationalList

Adds a status filter control to the toolbar.

Parameters

label System.String requiredposition: 0
icon HtmlForgeX.TablerIconType = Filter optionalposition: 1
public TablerOperationalList AddItem(Action<TablerOperationalListItem> configure) #
Returns: TablerOperationalList

Adds an operational card to the list.

Parameters

configure System.Action{HtmlForgeX.TablerOperationalListItem} requiredposition: 0
public TablerOperationalList AddSortFilter(String label, TablerIconType icon = ArrowsSort) #
Returns: TablerOperationalList

Adds a sort control to the toolbar.

Parameters

label System.String requiredposition: 0
icon HtmlForgeX.TablerIconType = ArrowsSort optionalposition: 1
public TablerOperationalList AddStatusFilter(String label, TablerIconType icon = Filter) #
Returns: TablerOperationalList

Adds a status filter control to the toolbar.

Parameters

label System.String requiredposition: 0
icon HtmlForgeX.TablerIconType = Filter optionalposition: 1
public TablerOperationalList AddTab(String label, String count, Boolean active = false) #
Returns: TablerOperationalList

Adds a compact status/category tab above the list.

Parameters

label System.String requiredposition: 0
count System.String requiredposition: 1
active System.Boolean = false optionalposition: 2
RegisterLibraries() #
public TablerOperationalList SearchPlaceholder(String placeholder) #
Returns: TablerOperationalList

Sets the passive search placeholder shown in the toolbar.

Parameters

placeholder System.String requiredposition: 0
public TablerOperationalList Settings(Action<TablerOperationalListSettings> configure) #
Returns: TablerOperationalList

Groups less-common display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerOperationalListSettings} requiredposition: 0
public override String ToString() #
Returns: String