Skip to content

feat: aggregation overhaul as a standalone feature#6418

Merged
KevinVandy merged 2 commits into
betafrom
aggregation-refactor
Jul 14, 2026
Merged

feat: aggregation overhaul as a standalone feature#6418
KevinVandy merged 2 commits into
betafrom
aggregation-refactor

Conversation

@KevinVandy

Copy link
Copy Markdown
Member

🎯 Changes

✅ Checklist

  • I have followed the steps in the Contributing guide.
  • I have tested this code locally with pnpm test:pr.

@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Too many files!

This PR contains 518 files, which is 368 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c515dc8f-e89c-487e-bffa-9ee6f514d07f

📥 Commits

Reviewing files that changed from the base of the PR and between f5e9ba0 and d297ee4.

⛔ Files ignored due to path filters (3)
  • examples/angular/aggregation/public/favicon.ico is excluded by !**/*.ico
  • examples/angular/grouped-aggregation/public/favicon.ico is excluded by !**/*.ico
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (518)
  • docs/config.json
  • docs/framework/alpine/guide/aggregation.md
  • docs/framework/alpine/guide/custom-features.md
  • docs/framework/alpine/guide/grouping.md
  • docs/framework/angular/guide/aggregation.md
  • docs/framework/angular/guide/custom-features.md
  • docs/framework/angular/guide/grouping.md
  • docs/framework/angular/guide/migrating.md
  • docs/framework/ember/guide/aggregation.md
  • docs/framework/ember/guide/custom-features.md
  • docs/framework/ember/guide/grouping.md
  • docs/framework/lit/guide/aggregation.md
  • docs/framework/lit/guide/custom-features.md
  • docs/framework/lit/guide/grouping.md
  • docs/framework/lit/guide/migrating.md
  • docs/framework/preact/guide/aggregation.md
  • docs/framework/preact/guide/custom-features.md
  • docs/framework/preact/guide/grouping.md
  • docs/framework/preact/guide/migrating.md
  • docs/framework/react/guide/aggregation.md
  • docs/framework/react/guide/custom-features.md
  • docs/framework/react/guide/grouping.md
  • docs/framework/react/guide/migrating.md
  • docs/framework/solid/guide/aggregation.md
  • docs/framework/solid/guide/custom-features.md
  • docs/framework/solid/guide/grouping.md
  • docs/framework/solid/guide/migrating.md
  • docs/framework/svelte/guide/aggregation.md
  • docs/framework/svelte/guide/custom-features.md
  • docs/framework/svelte/guide/grouping.md
  • docs/framework/svelte/guide/migrating.md
  • docs/framework/vanilla/guide/aggregation.md
  • docs/framework/vue/guide/aggregation.md
  • docs/framework/vue/guide/custom-features.md
  • docs/framework/vue/guide/grouping.md
  • docs/framework/vue/guide/migrating.md
  • docs/guide/aggregation.md
  • docs/guide/row-models.md
  • docs/guide/worker-row-models.md
  • docs/reference/index/functions/aggregationFn_count.md
  • docs/reference/index/functions/aggregationFn_first.md
  • docs/reference/index/functions/aggregationFn_last.md
  • docs/reference/index/functions/constructAggregationFn.md
  • docs/reference/index/functions/constructFilterFn.md
  • docs/reference/index/functions/constructSortFn.md
  • docs/reference/index/functions/createGroupedRowModel.md
  • docs/reference/index/functions/makeStateUpdater.md
  • docs/reference/index/index.md
  • docs/reference/index/interfaces/AggregationContext.md
  • docs/reference/index/interfaces/AggregationFn.md
  • docs/reference/index/interfaces/AggregationFnDef.md
  • docs/reference/index/interfaces/AggregationFnDescriptor.md
  • docs/reference/index/interfaces/AggregationFns.md
  • docs/reference/index/interfaces/AggregationMergeContext.md
  • docs/reference/index/interfaces/AggregationValueContext.md
  • docs/reference/index/interfaces/AggregationValueResult.md
  • docs/reference/index/interfaces/CachedRowModel_All.md
  • docs/reference/index/interfaces/CachedRowModel_Grouped.md
  • docs/reference/index/interfaces/Cell_Aggregation.md
  • docs/reference/index/interfaces/Cell_ColumnGrouping.md
  • docs/reference/index/interfaces/Cell_Core.md
  • docs/reference/index/interfaces/Cell_FeatureMap.md
  • docs/reference/index/interfaces/ColumnDef_Aggregation.md
  • docs/reference/index/interfaces/ColumnDef_ColumnGrouping.md
  • docs/reference/index/interfaces/ColumnDef_FeatureMap.md
  • docs/reference/index/interfaces/ColumnDefaultOptions.md
  • docs/reference/index/interfaces/ColumnMeta.md
  • docs/reference/index/interfaces/Column_Aggregation.md
  • docs/reference/index/interfaces/Column_ColumnGrouping.md
  • docs/reference/index/interfaces/Column_Core.md
  • docs/reference/index/interfaces/Column_FeatureMap.md
  • docs/reference/index/interfaces/Column_Internal.md
  • docs/reference/index/interfaces/CreatedAggregationFn.md
  • docs/reference/index/interfaces/FeatureSlotPrereqs.md
  • docs/reference/index/interfaces/IdIdentifier.md
  • docs/reference/index/interfaces/ResolvedAggregationFn.md
  • docs/reference/index/interfaces/RowModelFns_Aggregation.md
  • docs/reference/index/interfaces/RowModelFns_All.md
  • docs/reference/index/interfaces/RowModelFns_ColumnGrouping.md
  • docs/reference/index/interfaces/RowModelFns_FeatureMap.md
  • docs/reference/index/interfaces/Row_Aggregation.md
  • docs/reference/index/interfaces/Row_ColumnGrouping.md
  • docs/reference/index/interfaces/Row_Core.md
  • docs/reference/index/interfaces/Row_FeatureMap.md
  • docs/reference/index/interfaces/StockFeatures.md
  • docs/reference/index/interfaces/StringHeaderIdentifier.md
  • docs/reference/index/interfaces/TableFeatures.md
  • docs/reference/index/interfaces/TableOptions_Aggregation.md
  • docs/reference/index/interfaces/TableOptions_ColumnGrouping.md
  • docs/reference/index/interfaces/TableOptions_Core.md
  • docs/reference/index/interfaces/TableOptions_FeatureMap.md
  • docs/reference/index/interfaces/TableState_All.md
  • docs/reference/index/interfaces/TableState_ColumnGrouping.md
  • docs/reference/index/interfaces/Table_ColumnGrouping.md
  • docs/reference/index/interfaces/Table_Core.md
  • docs/reference/index/interfaces/Table_Internal.md
  • docs/reference/index/interfaces/Table_RowModels_Grouped.md
  • docs/reference/index/type-aliases/AccessorColumnDef.md
  • docs/reference/index/type-aliases/AccessorFn.md
  • docs/reference/index/type-aliases/AccessorFnColumnDef.md
  • docs/reference/index/type-aliases/AccessorFnColumnDefBase.md
  • docs/reference/index/type-aliases/AccessorKeyColumnDef.md
  • docs/reference/index/type-aliases/AccessorKeyColumnDefBase.md
  • docs/reference/index/type-aliases/AggregationFnListItem.md
  • docs/reference/index/type-aliases/AggregationFnOption.md
  • docs/reference/index/type-aliases/AggregationFnRef.md
  • docs/reference/index/type-aliases/AggregationResult.md
  • docs/reference/index/type-aliases/AggregationResultOf.md
  • docs/reference/index/type-aliases/BuiltInAggregationFn.md
  • docs/reference/index/type-aliases/BuiltInFilterFn.md
  • docs/reference/index/type-aliases/BuiltInSortFn.md
  • docs/reference/index/type-aliases/Cell.md
  • docs/reference/index/type-aliases/Column.md
  • docs/reference/index/type-aliases/ColumnAggregationValue.md
  • docs/reference/index/type-aliases/ColumnDef.md
  • docs/reference/index/type-aliases/ColumnDefBase.md
  • docs/reference/index/type-aliases/ColumnDefBase_All.md
  • docs/reference/index/type-aliases/ColumnDefResolved.md
  • docs/reference/index/type-aliases/ColumnDefTemplate.md
  • docs/reference/index/type-aliases/CustomAggregationFns.md
  • docs/reference/index/type-aliases/DebugOptions.md
  • docs/reference/index/type-aliases/DisplayColumnDef.md
  • docs/reference/index/type-aliases/ExtractAggregationFnKeys.md
  • docs/reference/index/type-aliases/ExtractColumnMeta.md
  • docs/reference/index/type-aliases/GroupColumnDef.md
  • docs/reference/index/type-aliases/GroupingColumnMode.md
  • docs/reference/index/type-aliases/GroupingState.md
  • docs/reference/index/type-aliases/IdentifiedColumnDef.md
  • docs/reference/index/type-aliases/Row.md
  • docs/reference/index/type-aliases/StringOrTemplateHeader.md
  • docs/reference/index/type-aliases/TableOptions.md
  • docs/reference/index/type-aliases/TableOptions_All.md
  • docs/reference/index/variables/aggregationFeature.md
  • docs/reference/index/variables/aggregationFn_count.md
  • docs/reference/index/variables/aggregationFn_extent.md
  • docs/reference/index/variables/aggregationFn_first.md
  • docs/reference/index/variables/aggregationFn_last.md
  • docs/reference/index/variables/aggregationFn_max.md
  • docs/reference/index/variables/aggregationFn_mean.md
  • docs/reference/index/variables/aggregationFn_median.md
  • docs/reference/index/variables/aggregationFn_min.md
  • docs/reference/index/variables/aggregationFn_sum.md
  • docs/reference/index/variables/aggregationFn_unique.md
  • docs/reference/index/variables/aggregationFn_uniqueCount.md
  • docs/reference/index/variables/aggregationFns.md
  • docs/reference/index/variables/columnGroupingFeature.md
  • docs/reference/index/variables/filterFn_arrHas.md
  • docs/reference/index/variables/filterFn_arrIncludes.md
  • docs/reference/index/variables/filterFn_arrIncludesAll.md
  • docs/reference/index/variables/filterFn_arrIncludesSome.md
  • docs/reference/index/variables/filterFn_between.md
  • docs/reference/index/variables/filterFn_betweenInclusive.md
  • docs/reference/index/variables/filterFn_empty.md
  • docs/reference/index/variables/filterFn_endsWith.md
  • docs/reference/index/variables/filterFn_equals.md
  • docs/reference/index/variables/filterFn_equalsString.md
  • docs/reference/index/variables/filterFn_equalsStringSensitive.md
  • docs/reference/index/variables/filterFn_greaterThan.md
  • docs/reference/index/variables/filterFn_greaterThanOrEqualTo.md
  • docs/reference/index/variables/filterFn_inDateRange.md
  • docs/reference/index/variables/filterFn_inNumberRange.md
  • docs/reference/index/variables/filterFn_includesString.md
  • docs/reference/index/variables/filterFn_includesStringSensitive.md
  • docs/reference/index/variables/filterFn_lessThan.md
  • docs/reference/index/variables/filterFn_lessThanOrEqualTo.md
  • docs/reference/index/variables/filterFn_notEmpty.md
  • docs/reference/index/variables/filterFn_startsWith.md
  • docs/reference/index/variables/filterFn_weakEquals.md
  • docs/reference/index/variables/filterFns.md
  • docs/reference/index/variables/reSplitAlphaNumeric.md
  • docs/reference/index/variables/sortFn_alphanumeric.md
  • docs/reference/index/variables/sortFn_alphanumericCaseSensitive.md
  • docs/reference/index/variables/sortFn_basic.md
  • docs/reference/index/variables/sortFn_datetime.md
  • docs/reference/index/variables/sortFn_text.md
  • docs/reference/index/variables/sortFn_textCaseSensitive.md
  • docs/reference/index/variables/sortFns.md
  • docs/reference/index/variables/stockFeatures.md
  • docs/reference/static-functions/functions/aggregateColumnValue.md
  • docs/reference/static-functions/functions/cell_getIsAggregated.md
  • docs/reference/static-functions/functions/cell_getIsGrouped.md
  • docs/reference/static-functions/functions/cell_getIsPlaceholder.md
  • docs/reference/static-functions/functions/column_clearSorting.md
  • docs/reference/static-functions/functions/column_getAggregationFn.md
  • docs/reference/static-functions/functions/column_getAggregationFns.md
  • docs/reference/static-functions/functions/column_getAggregationValue.md
  • docs/reference/static-functions/functions/column_getAutoAggregationFn.md
  • docs/reference/static-functions/functions/column_getCanFilter.md
  • docs/reference/static-functions/functions/column_getCanGroup.md
  • docs/reference/static-functions/functions/column_getCanMultiSort.md
  • docs/reference/static-functions/functions/column_getCanSort.md
  • docs/reference/static-functions/functions/column_getFilterIndex.md
  • docs/reference/static-functions/functions/column_getFilterValue.md
  • docs/reference/static-functions/functions/column_getFirstSortDir.md
  • docs/reference/static-functions/functions/column_getGroupedIndex.md
  • docs/reference/static-functions/functions/column_getIsFiltered.md
  • docs/reference/static-functions/functions/column_getIsGrouped.md
  • docs/reference/static-functions/functions/column_getIsSorted.md
  • docs/reference/static-functions/functions/column_getNextSortingOrder.md
  • docs/reference/static-functions/functions/column_getSortIndex.md
  • docs/reference/static-functions/functions/column_getToggleGroupingHandler.md
  • docs/reference/static-functions/functions/column_getToggleSortingHandler.md
  • docs/reference/static-functions/functions/column_setFilterValue.md
  • docs/reference/static-functions/functions/column_toggleGrouping.md
  • docs/reference/static-functions/functions/column_toggleSorting.md
  • docs/reference/static-functions/functions/formatAggregatedCellValue.md
  • docs/reference/static-functions/functions/getDefaultGroupingState.md
  • docs/reference/static-functions/functions/normalizeAggregationRows.md
  • docs/reference/static-functions/functions/row_getGroupingValue.md
  • docs/reference/static-functions/functions/row_getIsGrouped.md
  • docs/reference/static-functions/functions/shouldAutoRemoveFilter.md
  • docs/reference/static-functions/functions/table_getGroupedRowModel.md
  • docs/reference/static-functions/functions/table_resetColumnFilters.md
  • docs/reference/static-functions/functions/table_resetGlobalFilter.md
  • docs/reference/static-functions/functions/table_resetGrouping.md
  • docs/reference/static-functions/functions/table_setColumnFilters.md
  • docs/reference/static-functions/functions/table_setGlobalFilter.md
  • docs/reference/static-functions/functions/table_setGrouping.md
  • docs/reference/static-functions/index.md
  • examples/alpine/aggregation/.devcontainer/devcontainer.json
  • examples/alpine/aggregation/index.html
  • examples/alpine/aggregation/package.json
  • examples/alpine/aggregation/src/index.css
  • examples/alpine/aggregation/src/main.ts
  • examples/alpine/aggregation/src/makeData.ts
  • examples/alpine/aggregation/src/vite-env.d.ts
  • examples/alpine/aggregation/tests/e2e/smoke.spec.ts
  • examples/alpine/aggregation/tsconfig.json
  • examples/alpine/aggregation/vite.config.js
  • examples/alpine/grouped-aggregation/.devcontainer/devcontainer.json
  • examples/alpine/grouped-aggregation/index.html
  • examples/alpine/grouped-aggregation/package.json
  • examples/alpine/grouped-aggregation/src/index.css
  • examples/alpine/grouped-aggregation/src/main.ts
  • examples/alpine/grouped-aggregation/src/makeData.ts
  • examples/alpine/grouped-aggregation/src/vite-env.d.ts
  • examples/alpine/grouped-aggregation/tests/e2e/smoke.spec.ts
  • examples/alpine/grouped-aggregation/tsconfig.json
  • examples/alpine/grouped-aggregation/vite.config.js
  • examples/alpine/grouping/index.html
  • examples/alpine/grouping/src/main.ts
  • examples/alpine/grouping/tests/e2e/smoke.spec.ts
  • examples/angular/aggregation/.devcontainer/devcontainer.json
  • examples/angular/aggregation/.gitignore
  • examples/angular/aggregation/angular.json
  • examples/angular/aggregation/package.json
  • examples/angular/aggregation/src/app/app.config.ts
  • examples/angular/aggregation/src/app/app.html
  • examples/angular/aggregation/src/app/app.routes.ts
  • examples/angular/aggregation/src/app/app.ts
  • examples/angular/aggregation/src/app/makeData.ts
  • examples/angular/aggregation/src/index.html
  • examples/angular/aggregation/src/main.ts
  • examples/angular/aggregation/src/styles.css
  • examples/angular/aggregation/tests/e2e/smoke.spec.ts
  • examples/angular/aggregation/tsconfig.app.json
  • examples/angular/aggregation/tsconfig.json
  • examples/angular/grouped-aggregation/.devcontainer/devcontainer.json
  • examples/angular/grouped-aggregation/.gitignore
  • examples/angular/grouped-aggregation/angular.json
  • examples/angular/grouped-aggregation/package.json
  • examples/angular/grouped-aggregation/src/app/app.config.ts
  • examples/angular/grouped-aggregation/src/app/app.html
  • examples/angular/grouped-aggregation/src/app/app.ts
  • examples/angular/grouped-aggregation/src/app/columns.ts
  • examples/angular/grouped-aggregation/src/app/makeData.ts
  • examples/angular/grouped-aggregation/src/index.html
  • examples/angular/grouped-aggregation/src/main.ts
  • examples/angular/grouped-aggregation/src/styles.css
  • examples/angular/grouped-aggregation/tests/e2e/smoke.spec.ts
  • examples/angular/grouped-aggregation/tsconfig.app.json
  • examples/angular/grouped-aggregation/tsconfig.json
  • examples/angular/grouping/src/app/app.html
  • examples/angular/grouping/src/app/app.ts
  • examples/angular/grouping/src/app/columns.ts
  • examples/angular/grouping/tests/e2e/smoke.spec.ts
  • examples/ember/aggregation/.devcontainer/devcontainer.json
  • examples/ember/aggregation/app/app.css
  • examples/ember/aggregation/app/app.ts
  • examples/ember/aggregation/app/config.ts
  • examples/ember/aggregation/app/router.ts
  • examples/ember/aggregation/app/templates/application.gts
  • examples/ember/aggregation/app/utils/make-data.ts
  • examples/ember/aggregation/babel.config.js
  • examples/ember/aggregation/index.html
  • examples/ember/aggregation/package.json
  • examples/ember/aggregation/tests/e2e/smoke.spec.ts
  • examples/ember/aggregation/tsconfig.json
  • examples/ember/aggregation/vite.config.mjs
  • examples/ember/grouped-aggregation/.devcontainer/devcontainer.json
  • examples/ember/grouped-aggregation/app/app.css
  • examples/ember/grouped-aggregation/app/app.ts
  • examples/ember/grouped-aggregation/app/config.ts
  • examples/ember/grouped-aggregation/app/router.ts
  • examples/ember/grouped-aggregation/app/templates/application.gts
  • examples/ember/grouped-aggregation/app/utils/make-data.ts
  • examples/ember/grouped-aggregation/babel.config.js
  • examples/ember/grouped-aggregation/index.html
  • examples/ember/grouped-aggregation/package.json
  • examples/ember/grouped-aggregation/tests/e2e/smoke.spec.ts
  • examples/ember/grouped-aggregation/tsconfig.json
  • examples/ember/grouped-aggregation/vite.config.mjs
  • examples/ember/grouping/app/templates/application.gts
  • examples/ember/grouping/tests/e2e/smoke.spec.ts
  • examples/lit/aggregation/.devcontainer/devcontainer.json
  • examples/lit/aggregation/index.html
  • examples/lit/aggregation/package.json
  • examples/lit/aggregation/src/index.css
  • examples/lit/aggregation/src/main.ts
  • examples/lit/aggregation/src/makeData.ts
  • examples/lit/aggregation/tests/e2e/smoke.spec.ts
  • examples/lit/aggregation/tsconfig.json
  • examples/lit/aggregation/vite.config.js
  • examples/lit/grouped-aggregation/.devcontainer/devcontainer.json
  • examples/lit/grouped-aggregation/index.html
  • examples/lit/grouped-aggregation/package.json
  • examples/lit/grouped-aggregation/src/main.ts
  • examples/lit/grouped-aggregation/src/makeData.ts
  • examples/lit/grouped-aggregation/tests/e2e/smoke.spec.ts
  • examples/lit/grouped-aggregation/tsconfig.json
  • examples/lit/grouped-aggregation/vite.config.js
  • examples/lit/grouping/src/main.ts
  • examples/lit/grouping/tests/e2e/smoke.spec.ts
  • examples/preact/aggregation/.devcontainer/devcontainer.json
  • examples/preact/aggregation/index.html
  • examples/preact/aggregation/package.json
  • examples/preact/aggregation/src/index.css
  • examples/preact/aggregation/src/main.tsx
  • examples/preact/aggregation/src/makeData.ts
  • examples/preact/aggregation/src/vite-env.d.ts
  • examples/preact/aggregation/tests/e2e/smoke.spec.ts
  • examples/preact/aggregation/tsconfig.json
  • examples/preact/aggregation/vite.config.ts
  • examples/preact/grouped-aggregation/.devcontainer/devcontainer.json
  • examples/preact/grouped-aggregation/index.html
  • examples/preact/grouped-aggregation/package.json
  • examples/preact/grouped-aggregation/src/index.css
  • examples/preact/grouped-aggregation/src/main.tsx
  • examples/preact/grouped-aggregation/src/makeData.ts
  • examples/preact/grouped-aggregation/src/vite-env.d.ts
  • examples/preact/grouped-aggregation/tests/e2e/smoke.spec.ts
  • examples/preact/grouped-aggregation/tsconfig.json
  • examples/preact/grouped-aggregation/vite.config.ts
  • examples/preact/grouping/src/main.tsx
  • examples/preact/grouping/tests/e2e/smoke.spec.ts
  • examples/react/aggregation/index.html
  • examples/react/aggregation/package.json
  • examples/react/aggregation/src/index.css
  • examples/react/aggregation/src/main.tsx
  • examples/react/aggregation/src/makeData.ts
  • examples/react/aggregation/src/vite-env.d.ts
  • examples/react/aggregation/tsconfig.json
  • examples/react/aggregation/vite.config.js
  • examples/react/grouped-aggregation/index.html
  • examples/react/grouped-aggregation/package.json
  • examples/react/grouped-aggregation/src/index.css
  • examples/react/grouped-aggregation/src/main.tsx
  • examples/react/grouped-aggregation/src/makeData.ts
  • examples/react/grouped-aggregation/src/vite-env.d.ts
  • examples/react/grouped-aggregation/tsconfig.json
  • examples/react/grouped-aggregation/vite.config.js
  • examples/react/grouping/src/main.tsx
  • examples/react/grouping/tests/e2e/smoke.spec.ts
  • examples/react/kitchen-sink-chakra-ui/src/hooks/features.ts
  • examples/react/kitchen-sink-hero-ui/src/hooks/features.ts
  • examples/react/kitchen-sink-mantine/src/hooks/features.ts
  • examples/react/kitchen-sink-material-ui/src/hooks/features.ts
  • examples/react/kitchen-sink-react-aria/src/hooks/features.ts
  • examples/react/kitchen-sink-shadcn-base/src/hooks/features.ts
  • examples/react/kitchen-sink-shadcn-radix/src/hooks/features.ts
  • examples/react/mantine-react-table/src/main.tsx
  • examples/react/mantine-react-table/src/mantine-react-table/types.ts
  • examples/react/mantine-react-table/src/mantine-react-table/utils/column.utils.ts
  • examples/react/material-react-table/src/main.tsx
  • examples/react/material-react-table/src/material-react-table/types.ts
  • examples/react/material-react-table/src/material-react-table/utils/column.utils.ts
  • examples/react/web-worker-row-models/src/routes/index.tsx
  • examples/react/web-worker-row-models/src/tableConfig.tsx
  • examples/react/web-worker-row-models/tests/e2e/smoke.spec.ts
  • examples/solid/aggregation/.devcontainer/devcontainer.json
  • examples/solid/aggregation/index.html
  • examples/solid/aggregation/package.json
  • examples/solid/aggregation/src/App.tsx
  • examples/solid/aggregation/src/index.css
  • examples/solid/aggregation/src/index.tsx
  • examples/solid/aggregation/src/makeData.ts
  • examples/solid/aggregation/src/vite-env.d.ts
  • examples/solid/aggregation/tests/e2e/smoke.spec.ts
  • examples/solid/aggregation/tsconfig.json
  • examples/solid/aggregation/vite.config.ts
  • examples/solid/grouped-aggregation/.devcontainer/devcontainer.json
  • examples/solid/grouped-aggregation/index.html
  • examples/solid/grouped-aggregation/package.json
  • examples/solid/grouped-aggregation/src/App.tsx
  • examples/solid/grouped-aggregation/src/index.css
  • examples/solid/grouped-aggregation/src/index.tsx
  • examples/solid/grouped-aggregation/src/makeData.ts
  • examples/solid/grouped-aggregation/src/vite-env.d.ts
  • examples/solid/grouped-aggregation/tests/e2e/smoke.spec.ts
  • examples/solid/grouped-aggregation/tsconfig.json
  • examples/solid/grouped-aggregation/vite.config.ts
  • examples/solid/grouping/src/App.tsx
  • examples/solid/grouping/tests/e2e/smoke.spec.ts
  • examples/svelte/aggregation/.devcontainer/devcontainer.json
  • examples/svelte/aggregation/.gitignore
  • examples/svelte/aggregation/index.html
  • examples/svelte/aggregation/package.json
  • examples/svelte/aggregation/src/App.svelte
  • examples/svelte/aggregation/src/index.css
  • examples/svelte/aggregation/src/main.ts
  • examples/svelte/aggregation/src/makeData.ts
  • examples/svelte/aggregation/svelte.config.js
  • examples/svelte/aggregation/tests/e2e/smoke.spec.ts
  • examples/svelte/aggregation/tsconfig.json
  • examples/svelte/aggregation/vite.config.js
  • examples/svelte/grouped-aggregation/.devcontainer/devcontainer.json
  • examples/svelte/grouped-aggregation/.gitignore
  • examples/svelte/grouped-aggregation/index.html
  • examples/svelte/grouped-aggregation/package.json
  • examples/svelte/grouped-aggregation/src/App.svelte
  • examples/svelte/grouped-aggregation/src/index.css
  • examples/svelte/grouped-aggregation/src/main.ts
  • examples/svelte/grouped-aggregation/src/makeData.ts
  • examples/svelte/grouped-aggregation/svelte.config.js
  • examples/svelte/grouped-aggregation/tests/e2e/smoke.spec.ts
  • examples/svelte/grouped-aggregation/tsconfig.json
  • examples/svelte/grouped-aggregation/vite.config.js
  • examples/svelte/grouping/src/App.svelte
  • examples/svelte/grouping/tests/e2e/smoke.spec.ts
  • examples/vanilla/aggregation/.devcontainer/devcontainer.json
  • examples/vanilla/aggregation/.gitignore
  • examples/vanilla/aggregation/index.html
  • examples/vanilla/aggregation/package.json
  • examples/vanilla/aggregation/src/index.css
  • examples/vanilla/aggregation/src/main.ts
  • examples/vanilla/aggregation/src/makeData.ts
  • examples/vanilla/aggregation/src/vite-env.d.ts
  • examples/vanilla/aggregation/tests/e2e/smoke.spec.ts
  • examples/vanilla/aggregation/tsconfig.json
  • examples/vanilla/aggregation/vite.config.js
  • examples/vue/aggregation/.devcontainer/devcontainer.json
  • examples/vue/aggregation/.gitignore
  • examples/vue/aggregation/env.d.ts
  • examples/vue/aggregation/index.html
  • examples/vue/aggregation/package.json
  • examples/vue/aggregation/src/App.vue
  • examples/vue/aggregation/src/env.d.ts
  • examples/vue/aggregation/src/index.css
  • examples/vue/aggregation/src/main.ts
  • examples/vue/aggregation/src/makeData.ts
  • examples/vue/aggregation/tests/e2e/smoke.spec.ts
  • examples/vue/aggregation/tsconfig.json
  • examples/vue/aggregation/vite.config.ts
  • examples/vue/grouped-aggregation/.devcontainer/devcontainer.json
  • examples/vue/grouped-aggregation/env.d.ts
  • examples/vue/grouped-aggregation/index.html
  • examples/vue/grouped-aggregation/package.json
  • examples/vue/grouped-aggregation/src/App.vue
  • examples/vue/grouped-aggregation/src/env.d.ts
  • examples/vue/grouped-aggregation/src/index.css
  • examples/vue/grouped-aggregation/src/main.ts
  • examples/vue/grouped-aggregation/src/makeData.ts
  • examples/vue/grouped-aggregation/tests/e2e/smoke.spec.ts
  • examples/vue/grouped-aggregation/tsconfig.json
  • examples/vue/grouped-aggregation/vite.config.ts
  • examples/vue/grouping/src/App.vue
  • examples/vue/grouping/tests/e2e/smoke.spec.ts
  • packages/angular-table/skills/migrate-v8-to-v9/SKILL.md
  • packages/lit-table/skills/migrate-v8-to-v9/SKILL.md
  • packages/preact-table/skills/migrate-v8-to-v9/SKILL.md
  • packages/react-table/skills/migrate-v8-to-v9/SKILL.md
  • packages/react-table/src/useLegacyTable.ts
  • packages/solid-table/skills/migrate-v8-to-v9/SKILL.md
  • packages/svelte-table/skills/migrate-v8-to-v9/SKILL.md
  • packages/table-core/skills/aggregation/SKILL.md
  • packages/table-core/skills/grouping/SKILL.md
  • packages/table-core/skills/migrate-v8-to-v9/SKILL.md
  • packages/table-core/skills/table-features/SKILL.md
  • packages/table-core/src/core/row-models/coreRowModelsFeature.utils.ts
  • packages/table-core/src/features/aggregation/aggregationFeature.ts
  • packages/table-core/src/features/aggregation/aggregationFeature.types.ts
  • packages/table-core/src/features/aggregation/aggregationFeature.utils.ts
  • packages/table-core/src/features/aggregation/aggregationFns.ts
  • packages/table-core/src/features/column-filtering/columnFilteringFeature.types.ts
  • packages/table-core/src/features/column-filtering/filterFns.ts
  • packages/table-core/src/features/column-grouping/columnGroupingFeature.ts
  • packages/table-core/src/features/column-grouping/columnGroupingFeature.types.ts
  • packages/table-core/src/features/column-grouping/columnGroupingFeature.utils.ts
  • packages/table-core/src/features/column-grouping/createGroupedRowModel.ts
  • packages/table-core/src/features/global-filtering/globalFilteringFeature.utils.ts
  • packages/table-core/src/features/row-sorting/rowSortingFeature.types.ts
  • packages/table-core/src/features/row-sorting/rowSortingFeature.utils.ts
  • packages/table-core/src/features/row-sorting/sortFns.ts
  • packages/table-core/src/features/stockFeatures.ts
  • packages/table-core/src/fns/aggregationFns.ts
  • packages/table-core/src/index.ts
  • packages/table-core/src/static-functions.ts
  • packages/table-core/src/types/Cell.ts
  • packages/table-core/src/types/Column.ts
  • packages/table-core/src/types/ColumnDef.ts
  • packages/table-core/src/types/Row.ts
  • packages/table-core/src/types/RowModelFns.ts
  • packages/table-core/src/types/TableFeatures.ts
  • packages/table-core/src/types/TableOptions.ts
  • packages/table-core/src/worker/initTableWorker.ts
  • packages/table-core/tests/implementation/features/aggregation/aggregationFeature.test.ts
  • packages/table-core/tests/implementation/features/column-grouping/columnGroupingFeature.test.ts
  • packages/table-core/tests/implementation/features/column-grouping/createGroupedRowModel.test.ts
  • packages/table-core/tests/implementation/features/row-selection/rowSelectionFeature.test.ts
  • packages/table-core/tests/implementation/prototypeSafeDictionaries.test.ts
  • packages/table-core/tests/performance/features/column-grouping/columnGroupingFeature.test.ts
  • packages/table-core/tests/unit/core/table/rowModelSlots.test.ts
  • packages/table-core/tests/unit/features/column-grouping/columnGroupingFeature.utils.test.ts
  • packages/table-core/tests/unit/features/fnRegistryResolution.test.ts
  • packages/table-core/tests/unit/fns/aggregationFns.test.ts
  • packages/table-core/tests/unit/worker/serializeRebuild.test.ts
  • packages/table-devtools/src/components/FeaturesPanel.tsx
  • packages/vue-table/skills/migrate-v8-to-v9/SKILL.md

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch aggregation-refactor

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@nx-cloud

nx-cloud Bot commented Jul 14, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit d297ee4

Command Status Duration Result
nx affected --targets=test:eslint,test:sherif,t... ✅ Succeeded 6m 39s View ↗
nx run-many --targets=build --exclude=examples/** ✅ Succeeded 26s View ↗

☁️ Nx Cloud last updated this comment at 2026-07-14 17:38:17 UTC

@pkg-pr-new

pkg-pr-new Bot commented Jul 14, 2026

Copy link
Copy Markdown
More templates

@tanstack/alpine-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/alpine-table@6418

@tanstack/angular-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/angular-table@6418

@tanstack/angular-table-devtools

npm i https://pkg.pr.new/TanStack/table/@tanstack/angular-table-devtools@6418

@tanstack/ember-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/ember-table@6418

@tanstack/lit-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/lit-table@6418

@tanstack/match-sorter-utils

npm i https://pkg.pr.new/TanStack/table/@tanstack/match-sorter-utils@6418

@tanstack/preact-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/preact-table@6418

@tanstack/preact-table-devtools

npm i https://pkg.pr.new/TanStack/table/@tanstack/preact-table-devtools@6418

@tanstack/react-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/react-table@6418

@tanstack/react-table-devtools

npm i https://pkg.pr.new/TanStack/table/@tanstack/react-table-devtools@6418

@tanstack/solid-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/solid-table@6418

@tanstack/solid-table-devtools

npm i https://pkg.pr.new/TanStack/table/@tanstack/solid-table-devtools@6418

@tanstack/svelte-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/svelte-table@6418

@tanstack/table-core

npm i https://pkg.pr.new/TanStack/table/@tanstack/table-core@6418

@tanstack/table-devtools

npm i https://pkg.pr.new/TanStack/table/@tanstack/table-devtools@6418

@tanstack/vue-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/vue-table@6418

@tanstack/vue-table-devtools

npm i https://pkg.pr.new/TanStack/table/@tanstack/vue-table-devtools@6418

commit: d297ee4

@nx-cloud nx-cloud Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.

Nx Cloud is proposing a fix for your failed CI:

We added aggregationFeature to the import list and tableFeatures() call in the Ember grouping example to fix the 13 TypeScript errors. The PR overhauled aggregation into a standalone feature that must be explicitly declared alongside other features like columnGroupingFeature, and the Ember example was not updated to reflect this requirement. This aligns the Ember example with all other framework grouping examples (Solid, Svelte, Vue, Lit, Alpine, Angular) that were already updated.

Tip

We verified this fix by re-running tanstack-ember-table-example-grouping:test:types.

diff --git a/examples/ember/grouping/app/templates/application.gts b/examples/ember/grouping/app/templates/application.gts
index 3d4b123b..883dd56c 100644
--- a/examples/ember/grouping/app/templates/application.gts
+++ b/examples/ember/grouping/app/templates/application.gts
@@ -8,6 +8,7 @@ import {
   flexRender,
   FlexRenderComponentConfig,
   tableFeatures,
+  aggregationFeature,
   columnGroupingFeature,
   rowExpandingFeature,
   rowPaginationFeature,
@@ -37,6 +38,7 @@ import type { ComponentLike, ContentValue } from '@glint/template'
 import { makeData, type Person } from '../utils/make-data'
 
 const features = tableFeatures({
+  aggregationFeature,
   columnGroupingFeature,
   rowExpandingFeature,
   rowPaginationFeature,

Apply fix via Nx Cloud  Reject fix via Nx Cloud


Or Apply changes locally with:

npx nx-cloud apply-locally cObV-aFle

Apply fix locally with your editor ↗   View interactive diff ↗



🎓 Learn more about Self-Healing CI on nx.dev

@KevinVandy KevinVandy merged commit f265513 into beta Jul 14, 2026
10 checks passed
@KevinVandy KevinVandy deleted the aggregation-refactor branch July 14, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant