TanStack

Cell_RowAggregation

Interface: Cell_RowAggregation

Defined in: features/row-aggregation/rowAggregationFeature.types.ts:297

Cell instance APIs installed by rowAggregationFeature.

Properties

getIsAggregated()

ts
getIsAggregated: () => boolean;

Defined in: features/row-aggregation/rowAggregationFeature.types.ts:299

Whether this cell displays an aggregate on a synthetic grouped row.

Returns

boolean