function cell_getIsGrouped<TFeatures, TData, TValue>(cell): boolean;function cell_getIsGrouped<TFeatures, TData, TValue>(cell): boolean;Defined in: features/column-grouping/columnGroupingFeature.utils.ts:304
Checks whether this cell represents the grouped column for a grouped row.
This is the cell that usually renders the grouped value and expansion control.
TFeatures extends TableFeatures
TData extends RowData
TValue extends unknown = unknown
Cell<TFeatures, TData, TValue>
boolean
const isGroupedCell = cell_getIsGrouped(cell)const isGroupedCell = cell_getIsGrouped(cell)