function createGroupedRowModel<TFeatures, TData>(aggregationFns): (table) => () => RowModel<TFeatures, TData>;
Defined in: features/column-grouping/createGroupedRowModel.ts:22
TFeatures extends TableFeatures
TData extends RowData = any
Record<keyof AggregationFns, AggregationFn<TFeatures, TData>>
(table): () => RowModel<TFeatures, TData>;
Table<TFeatures, TData>
(): RowModel<TFeatures, TData>;
RowModel<TFeatures, TData>