rowGroup().enabled()
Since: RowGroup 1.1.2
Determine if RowGroup is enabled on a table.
Please note - this property requires the RowGroup extension for DataTables.
Description
This method simply gets the enabled state of the RowGroup extension for the target table. This can be useful to programmatically enable and disable RowGroup on a table.
Type
function rowGroup().enable()
- Description:
Get the enabled state for RowGroup.
- Returns:
true
if enabled,false
otherwise.
Related
The following options are directly related and may also be useful in your application development.