enabled property

  1. @override
bool enabled
override

Returns whether the grouping function is activated.

It is enabled by default, In the case of PlutoRowGroupDelegateType.byColumn, the column is hidden and temporarily deactivated when there is no column to group.

Implementation

@override
bool get enabled => visibleColumns.isNotEmpty;