Defined in: features/column-grouping/columnGroupingFeature.types.ts:132
getIsAggregated: () => boolean;
Defined in: features/column-grouping/columnGroupingFeature.types.ts:136
Returns whether or not the cell is currently aggregated.
boolean
getIsGrouped: () => boolean;
Defined in: features/column-grouping/columnGroupingFeature.types.ts:140
Returns whether or not the cell is currently grouped.
boolean
getIsPlaceholder: () => boolean;
Defined in: features/column-grouping/columnGroupingFeature.types.ts:144
Returns whether or not the cell is currently a placeholder cell.
boolean