enabledRowGroups property

  1. @override
bool enabledRowGroups
inherited

If PlutoRowGroupDelegate is set for row grouping, return the active status of the actual grouping function.

If grouped by PlutoRowGroupByColumnDelegate, return false if there is no set group column because the set group column is deleted or hidden.

Implementation

@override
bool get enabledRowGroups => rowGroupDelegate?.enabled == true;