HtmlForgeX

API Reference

Class

TablerServiceConfigLiveTable

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable live-bound table shell for service operation and evidence surfaces.

Inheritance

  • Element
  • TablerServiceConfigLiveTable

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

Methods

public TablerServiceConfigLiveTable BodyBinding(String attributeName, String attributeValue = "1") #
Returns: TablerServiceConfigLiveTable

Marks the table body with a custom attribute for live JavaScript binding.

Parameters

attributeName System.String requiredposition: 0
attributeValue System.String = "1" optionalposition: 1
public TablerServiceConfigLiveTable Columns(params String[] columns) #
Returns: TablerServiceConfigLiveTable

Adds visible table columns in display order.

Parameters

columns System.String[] requiredposition: 0
public TablerServiceConfigLiveTable EmptyText(String text) #
Returns: TablerServiceConfigLiveTable

Sets the placeholder row text shown before live data is rendered.

Parameters

text System.String requiredposition: 0
public TablerServiceConfigLiveTable Filter(String placeholder, String attributeName, String attributeValue = "1") #
Returns: TablerServiceConfigLiveTable

Adds an optional search input for client-side row filtering.

Parameters

placeholder System.String requiredposition: 0
attributeName System.String requiredposition: 1
attributeValue System.String = "1" optionalposition: 2
public TablerServiceConfigLiveTable Pager(String summaryAttributeName, String actionAttributeName = null, String previousAction = null, String nextAction = null, String summaryAttributeValue = "1") #
Returns: TablerServiceConfigLiveTable

Adds a live paging footer with optional previous and next actions.

Parameters

summaryAttributeName System.String requiredposition: 0
actionAttributeName System.String = null optionalposition: 1
previousAction System.String = null optionalposition: 2
nextAction System.String = null optionalposition: 3
summaryAttributeValue System.String = "1" optionalposition: 4
public TablerServiceConfigLiveTable PageSize(String attributeName, String value = "10", String label = "entries per page", String attributeValue = "1") #
Returns: TablerServiceConfigLiveTable

Adds a page-size control to the live table header.

Parameters

attributeName System.String requiredposition: 0
value System.String = "10" optionalposition: 1
label System.String = "entries per page" optionalposition: 2
attributeValue System.String = "1" optionalposition: 3
RegisterLibraries() #
public TablerServiceConfigLiveTable Settings(Action<TablerServiceConfigLiveTableSettings> configure) #
Returns: TablerServiceConfigLiveTable

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerServiceConfigLiveTableSettings} requiredposition: 0
public TablerServiceConfigLiveTable Title(String title) #
Returns: TablerServiceConfigLiveTable

Sets an optional table heading.

Parameters

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