TanStack

TableOptions_RowAggregation

Interface: TableOptions_RowAggregation

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

Table options installed by rowAggregationFeature.

Properties

manualAggregation?

ts
optional manualAggregation: boolean;

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

Disables local column.getAggregationValue() calculation when a column override does not handle the request. Group values supplied by manually grouped rows remain the responsibility of the data owner.