Defined in: features/column-grouping/columnGroupingFeature.types.ts:78
getIsGrouped: () => boolean;Defined in: features/column-grouping/columnGroupingFeature.types.ts:82
Checks whether this cell represents the active grouping column.
boolean
getIsPlaceholder: () => boolean;Defined in: features/column-grouping/columnGroupingFeature.types.ts:86
Checks whether this cell is hidden as a grouping placeholder.
boolean