TanStack

AggregationValueOptions

Interface: AggregationValueOptions<TFeatures, TData>

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

Options for a caller-requested column aggregation value.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

maxDepth?

ts
optional maxDepth: number;

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

Overrides the column's maxAggregationDepth for this request.


rows?

ts
optional rows: readonly Row<TFeatures, TData>[];

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

Rows to aggregate instead of the default pre-grouped row model.