API Reference
Class
TablerServiceConfigLiveTableSettings
Advanced display settings for TablerServiceConfigLiveTable.
Inheritance
- Object
- TablerServiceConfigLiveTableSettings
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
Methods
public TablerServiceConfigLiveTableSettings BoundedViewport(Boolean enable = true) #Returns:
TablerServiceConfigLiveTableSettingsConfines large live-bound tables to a bounded internal viewport.
Parameters
- enable System.Boolean = true
public TablerServiceConfigLiveTableSettings Compact(Boolean enable = true) #Returns:
TablerServiceConfigLiveTableSettingsUses denser spacing for live-bound service tables.
Parameters
- enable System.Boolean = true
public TablerServiceConfigLiveTable End() #Returns:
TablerServiceConfigLiveTableReturns control to the root live table builder.
public TablerServiceConfigLiveTableSettings Evidence(Boolean enable = true) #Returns:
TablerServiceConfigLiveTableSettingsApplies evidence-table wrapping, width, and selected-row visual behavior.
Parameters
- enable System.Boolean = true
public TablerServiceConfigLiveTableSettings ResponsiveDetails(Boolean enable = true) #Returns:
TablerServiceConfigLiveTableSettingsCollapses columns into labeled row details on smaller screens.
Parameters
- enable System.Boolean = true
public TablerServiceConfigLiveTableSettings TableClass(String cssClass) #Returns:
TablerServiceConfigLiveTableSettingsAdds custom CSS classes to the rendered table.
Parameters
- cssClass System.String