Skip to content

fix: rename to rowAggregationFeature and rewrite migration guides#6423

Merged
KevinVandy merged 3 commits into
betafrom
fix-row-aggregation
Jul 16, 2026
Merged

fix: rename to rowAggregationFeature and rewrite migration guides#6423
KevinVandy merged 3 commits into
betafrom
fix-row-aggregation

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 16, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Too many files!

This PR contains 155 files, which is 5 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: 61f107e7-495e-4f32-806a-86b24bc96c2f

📥 Commits

Reviewing files that changed from the base of the PR and between 9288b9e and 1eea4b2.

📒 Files selected for processing (156)
  • docs/config.json
  • docs/framework/alpine/guide/aggregation.md
  • docs/framework/alpine/guide/grouping.md
  • docs/framework/angular/guide/aggregation.md
  • docs/framework/angular/guide/grouping.md
  • docs/framework/angular/guide/migrating.md
  • docs/framework/ember/guide/aggregation.md
  • docs/framework/ember/guide/grouping.md
  • docs/framework/lit/guide/aggregation.md
  • docs/framework/lit/guide/grouping.md
  • docs/framework/lit/guide/migrating.md
  • docs/framework/preact/guide/aggregation.md
  • docs/framework/preact/guide/grouping.md
  • docs/framework/preact/guide/migrating.md
  • docs/framework/react/guide/aggregation.md
  • docs/framework/react/guide/grouping.md
  • docs/framework/react/guide/migrating.md
  • docs/framework/react/reference/legacy/interfaces/LegacyRowModelOptions.md
  • docs/framework/solid/guide/aggregation.md
  • docs/framework/solid/guide/grouping.md
  • docs/framework/solid/guide/migrating.md
  • docs/framework/svelte/guide/aggregation.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/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/constructAggregationFn.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/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/AggregationValueOptions.md
  • docs/reference/index/interfaces/AggregationValueResult.md
  • docs/reference/index/interfaces/Cell_Aggregation.md
  • docs/reference/index/interfaces/Cell_FeatureMap.md
  • docs/reference/index/interfaces/ColumnDef_Aggregation.md
  • docs/reference/index/interfaces/ColumnDef_FeatureMap.md
  • docs/reference/index/interfaces/Column_Aggregation.md
  • docs/reference/index/interfaces/Column_FeatureMap.md
  • docs/reference/index/interfaces/FeatureSlotPrereqs.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_FeatureMap.md
  • docs/reference/index/interfaces/Row_Aggregation.md
  • docs/reference/index/interfaces/Row_FeatureMap.md
  • docs/reference/index/interfaces/StockFeatures.md
  • docs/reference/index/interfaces/TableFeatures.md
  • docs/reference/index/interfaces/TableOptions_Aggregation.md
  • docs/reference/index/interfaces/TableOptions_FeatureMap.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/ColumnAggregationValue.md
  • docs/reference/index/type-aliases/CustomAggregationFns.md
  • docs/reference/index/type-aliases/ExtractAggregationFnKeys.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/rowAggregationFeature.md
  • docs/reference/static-functions/functions/aggregateColumnValue.md
  • docs/reference/static-functions/functions/cell_getIsAggregated.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/formatAggregatedCellValue.md
  • docs/reference/static-functions/functions/normalizeAggregationRows.md
  • examples/alpine/aggregation/src/main.ts
  • examples/alpine/grouped-aggregation/src/main.ts
  • examples/angular/aggregation/src/app/app.ts
  • examples/angular/grouped-aggregation/src/app/columns.ts
  • examples/ember/aggregation/app/templates/application.gts
  • examples/ember/grouped-aggregation/app/templates/application.gts
  • examples/lit/aggregation/src/main.ts
  • examples/lit/grouped-aggregation/src/main.ts
  • examples/preact/aggregation/src/main.tsx
  • examples/preact/grouped-aggregation/src/main.tsx
  • examples/react/aggregation/src/main.tsx
  • examples/react/grouped-aggregation/src/main.tsx
  • 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/web-worker-row-models/src/tableConfig.tsx
  • examples/solid/aggregation/src/App.tsx
  • examples/solid/grouped-aggregation/src/App.tsx
  • examples/svelte/aggregation/src/App.svelte
  • examples/svelte/grouped-aggregation/src/App.svelte
  • examples/vanilla/aggregation/src/main.ts
  • examples/vue/aggregation/src/App.vue
  • examples/vue/grouped-aggregation/src/App.vue
  • 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/migrate-v8-to-v9/SKILL.md
  • packages/table-core/skills/table-features/SKILL.md
  • packages/table-core/src/features/column-grouping/createGroupedRowModel.ts
  • packages/table-core/src/features/row-aggregation/aggregationFns.ts
  • packages/table-core/src/features/row-aggregation/rowAggregationFeature.ts
  • packages/table-core/src/features/row-aggregation/rowAggregationFeature.types.ts
  • packages/table-core/src/features/row-aggregation/rowAggregationFeature.utils.ts
  • packages/table-core/src/features/stockFeatures.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/column-grouping/columnGroupingFeature.test.ts
  • packages/table-core/tests/implementation/features/column-grouping/createGroupedRowModel.test.ts
  • packages/table-core/tests/implementation/features/row-aggregation/rowAggregationFeature.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/row-models/coreRowModelsFeature.utils.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/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:

  • Review on demand using usage pricing
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-row-aggregation

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 16, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 38c6553

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

☁️ Nx Cloud last updated this comment at 2026-07-16 02:41:23 UTC

@pkg-pr-new

pkg-pr-new Bot commented Jul 16, 2026

Copy link
Copy Markdown
More templates

@tanstack/alpine-table

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

@tanstack/angular-table

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

@tanstack/angular-table-devtools

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

@tanstack/ember-table

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

@tanstack/lit-table

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

@tanstack/match-sorter-utils

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

@tanstack/preact-table

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

@tanstack/preact-table-devtools

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

@tanstack/react-table

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

@tanstack/react-table-devtools

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

@tanstack/solid-table

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

@tanstack/solid-table-devtools

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

@tanstack/svelte-table

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

@tanstack/table-core

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

@tanstack/table-devtools

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

@tanstack/vue-table

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

@tanstack/vue-table-devtools

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

commit: 1eea4b2

@KevinVandy
KevinVandy merged commit 6acc1e9 into beta Jul 16, 2026
10 checks passed
@KevinVandy
KevinVandy deleted the fix-row-aggregation branch July 16, 2026 02:45
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