RowGroup
The ability to group rows in a table can let an end user quickly and easily see the structure of the data shown, and also present them with summaries of the data shown in each group. RowGroup adds this ability to DataTables with the ability to customise the start and end grouping rows displayed in the DataTable, letting you integrate the summarised data to fit perfectly in with your site.
Enable the RowGroup extension for DataTables.
Or, configure it.ClassName¶
Set the class name to be used for the grouping rows.
DataSrc¶
Set the data point to use as the grouping data source.
EmptyDataGroup¶
Text to show for rows which have null, undefined or empty string group data.
Enable¶
Provides the ability to disable row grouping at initialisation.
EndClassName¶
Set the class name to be used for the grouping end rows.
EndRender¶
Provide a function that can be used to control the data shown in the end grouping row.
StartClassName¶
Set the class name to be used for the grouping start rows.
StartRender¶
Provide a function that can be used to control the data shown in the start grouping row.