cell_getIsGrouped

Function: cell_getIsGrouped()

ts
function cell_getIsGrouped<TFeatures, TData, TValue>(cell): boolean;

Defined in: features/column-grouping/columnGroupingFeature.utils.ts:303

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.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends unknown = unknown

Parameters

cell

Cell<TFeatures, TData, TValue>

Returns

boolean

Example

ts
const isGroupedCell = cell_getIsGrouped(cell)