iterateAllRowAndGroup property

Iterable<PlutoRow> iterateAllRowAndGroup
inherited

Regardless of filtering or pagination applied,

Returns all rows where PlutoRow.type is PlutoRowType.group or PlutoRowType.normal.

Implementation

Iterable<PlutoRow> get iterateAllRowAndGroup;