TanStack

cell_getIsAggregated

Function: cell_getIsAggregated()

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

Defined in: features/row-aggregation/rowAggregationFeature.utils.ts:450

Implements cell.getIsAggregated() for synthetic grouped rows.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends unknown = unknown

Parameters

cell

Cell<TFeatures, TData, TValue>

Returns

boolean