API Reference
Class
DataTablesRowGroup (HtmlForgeX)
Row grouping configuration for DataTables
Inheritance
- Object
- DataTablesRowGroup
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method DataTablesSettings.RowGroup
- Method DataTablesTable.EnableRowGrouping
Constructors
public DataTablesRowGroup() #Methods
public DataTablesRowGroup StartRenderTemplate(DataTablesRowGroupHeaderTemplate template) #Returns:
DataTablesRowGroupApplies a typed RowGroup header template to StartRender.
Parameters
- template HtmlForgeX.DataTablesRowGroupHeaderTemplate
Inherited Methods
Properties
public Object DataSrc { get; set; } #JsonPropertyName("dataSrc") JsonIgnore(Condition = 3)Column index to group by
public String StartRender { get; set; } #JsonPropertyName("startRender") JsonIgnore(Condition = 3)Start render function for group header
public String EndRender { get; set; } #JsonPropertyName("endRender") JsonIgnore(Condition = 3)End render function for group footer
public String ClassName { get; set; } #JsonPropertyName("className") JsonIgnore(Condition = 3)CSS class for group rows
public String EmptyDataGroup { get; set; } #JsonPropertyName("emptyDataGroup") JsonIgnore(Condition = 3)Enable/disable group collapsing