TanStack

Cell_ColumnGrouping

Interface: Cell_ColumnGrouping

Defined in: features/column-grouping/columnGroupingFeature.types.ts:78

Properties

getIsGrouped()

ts
getIsGrouped: () => boolean;

Defined in: features/column-grouping/columnGroupingFeature.types.ts:82

Checks whether this cell represents the active grouping column.

Returns

boolean


getIsPlaceholder()

ts
getIsPlaceholder: () => boolean;

Defined in: features/column-grouping/columnGroupingFeature.types.ts:86

Checks whether this cell is hidden as a grouping placeholder.

Returns

boolean