hasRowGroups property

  1. @override
bool hasRowGroups
inherited

Whether to set PlutoRowGroupDelegate for row grouping.

Returns true if PlutoRowGroupDelegate is set with setRowGroup.

Implementation

@override
bool get hasRowGroups => _state._rowGroupDelegate != null;