iterateRowGroup property

Iterable<PlutoRow> iterateRowGroup
inherited

With filtering or pagination applied,

Returns all rows where PlutoRow.type is set to PlutoRowType.group.

Implementation

Iterable<PlutoRow> get iterateRowGroup;