HtmlForgeX

API Reference

Class

TablerCollectionTable

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Display-first table primitive for entity-style row collections.

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 TablerCollectionTable() #

Methods

public TablerCollectionTable AddApprovalRow(Action<TablerCollectionApprovalRowPreset> configure) #
Returns: TablerCollectionTable

Adds an approval-style row using queue-oriented naming on top of the shared work-item preset.

Parameters

configure System.Action{HtmlForgeX.TablerCollectionApprovalRowPreset} requiredposition: 0
AddEntityRecord 2 overloads
public TablerCollectionTable AddEntityRecord(TablerDashboardEntityRecord record, Action<TablerCollectionEntityRowPreset> configure = null) #
Returns: TablerCollectionTable
EditorBrowsable(2)

Adds a shared entity record as a collection-table row.

Parameters

record HtmlForgeX.TablerEntityRecord requiredposition: 0
configure System.Action{HtmlForgeX.TablerCollectionEntityRowPreset} = null optionalposition: 1
AddEntityRecord(HtmlForgeX.TablerDashboardEntityRecord record, System.Action{HtmlForgeX.TablerCollectionEntityRowPreset} configure) #

Adds a shared entity record using the legacy dashboard record name.

Parameters

record HtmlForgeX.TablerDashboardEntityRecord required
configure System.Action{HtmlForgeX.TablerCollectionEntityRowPreset} required
public TablerCollectionTable AddEntityRow(Action<TablerCollectionEntityRowPreset> configure) #
Returns: TablerCollectionTable

Adds an entity-style row for services, assets, customers, and other non-person records.

Parameters

configure System.Action{HtmlForgeX.TablerCollectionEntityRowPreset} requiredposition: 0
public TablerCollectionTable AddRow(Action<TablerCollectionTableRow> configure) #
Returns: TablerCollectionTable

Adds a typed row to the collection table.

Parameters

configure System.Action{HtmlForgeX.TablerCollectionTableRow} requiredposition: 0
public TablerCollectionTable AddWorkItemRow(Action<TablerCollectionWorkItemRowPreset> configure) #
Returns: TablerCollectionTable

Adds a work-item row using the shared dashboard queue preset.

Parameters

configure System.Action{HtmlForgeX.TablerCollectionWorkItemRowPreset} requiredposition: 0
RegisterLibraries() #
public TablerCollectionTable Section(String title, String note = null) #
Returns: TablerCollectionTable

Adds a grouped section header inside the table body.

Parameters

title System.String requiredposition: 0
note System.String = null optionalposition: 1
public TablerCollectionTable Settings(Action<TablerCollectionTableSettings> configure) #
Returns: TablerCollectionTable

Groups less-common display toggles under a single fluent entry point.

Parameters

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