@tanstack/table-core 9.0.0-beta.80 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -47,16 +47,16 @@
47
47
  > [!NOTE]
48
48
  > You may know TanStack Table by the adapter names:
49
49
  >
50
- > - [Angular Table](https://tanstack.com/table/alpha/docs/framework/angular/angular-table)
51
- > - [Lit Table](https://tanstack.com/table/alpha/docs/framework/lit/lit-table)
52
- > - [Octane Table](https://tanstack.com/table/beta/docs/framework/octane/quick-start)
53
- > - [Preact Table](https://tanstack.com/table/beta/docs/framework/preact/quick-start)
54
- > - [React Table](https://tanstack.com/table/alpha/docs/framework/react/react-table)
55
- > - [Solid Table](https://tanstack.com/table/alpha/docs/framework/solid/solid-table)
56
- > - [Svelte Table](https://tanstack.com/table/alpha/docs/framework/svelte/svelte-table)
57
- > - [Vue Table](https://tanstack.com/table/alpha/docs/framework/vue/vue-table)
58
- > - [Alpine Table](https://tanstack.com/table/alpha/docs/framework/alpine/alpine-table)
59
- > - [Ember Table](https://tanstack.com/table/alpha/docs/framework/ember/ember-table)
50
+ > - [Angular Table](https://tanstack.com/table/latest/docs/framework/angular/angular-table)
51
+ > - [Lit Table](https://tanstack.com/table/latest/docs/framework/lit/lit-table)
52
+ > - [Octane Table](https://tanstack.com/table/latest/docs/framework/octane/quick-start)
53
+ > - [Preact Table](https://tanstack.com/table/latest/docs/framework/preact/quick-start)
54
+ > - [React Table](https://tanstack.com/table/latest/docs/framework/react/react-table)
55
+ > - [Solid Table](https://tanstack.com/table/latest/docs/framework/solid/solid-table)
56
+ > - [Svelte Table](https://tanstack.com/table/latest/docs/framework/svelte/svelte-table)
57
+ > - [Vue Table](https://tanstack.com/table/latest/docs/framework/vue/vue-table)
58
+ > - [Alpine Table](https://tanstack.com/table/latest/docs/framework/alpine/alpine-table)
59
+ > - [Ember Table](https://tanstack.com/table/latest/docs/framework/ember/ember-table)
60
60
 
61
61
  A headless table library for building powerful datagrids with full control over markup, styles, and behavior.
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/table-core",
3
- "version": "9.0.0-beta.80",
3
+ "version": "9.0.0",
4
4
  "description": "Headless UI for building powerful tables & datagrids for TS/JS.",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -3,11 +3,7 @@ name: aggregation
3
3
  description: >
4
4
  Aggregate TanStack Table columns independently of grouping, including grand totals, caller-selected row totals, multiple keyed aggregations, custom context-based definitions, grouped merges, manual values, and worker constraints.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features']
12
8
  sources:
13
9
  - 'TanStack/table:docs/guide/aggregation.md'
@@ -5,7 +5,7 @@ description: >
5
5
  metadata:
6
6
  type: sub-skill
7
7
  library: '@tanstack/table-core'
8
- library_version: '9.0.0-beta.80'
8
+ library_version: '9.0.0'
9
9
  requires: ['core', 'table-features']
10
10
  sources:
11
11
  - 'TanStack/table:packages/table-core/src/index.ts'
@@ -3,11 +3,7 @@ name: cell-selection
3
3
  description: >
4
4
  Select, add, and subtract rectangular cell ranges with cellSelectionFeature: ordered include/exclude operations keyed by row and column id, modifier dragging, final positive bounds, selection edges, render-order resolution under pinning, and autoResetCellSelection. Load for spreadsheet-style selection, “select all except” behavior, unexpected range changes after sorting or reordering, drag performance, or copy-to-clipboard.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/cell-selection.md'
@@ -3,11 +3,7 @@ name: cell-spanning
3
3
  description: >
4
4
  Merge adjacent body cells with cellSpanningFeature: value-based rowSpan opt-in per column via spanRows, per-row colSpan via spanColumns, and the covered-cell convention where a span of 0 means skip the cell. Load for merged data grids, spans that disappear after sorting or paginating, ragged table rows, or a cell that unexpectedly merges down the whole tbody.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/cell-spanning.md'
@@ -5,7 +5,7 @@ description: >
5
5
  metadata:
6
6
  type: sub-skill
7
7
  library: '@tanstack/table-core'
8
- library_version: '9.0.0-beta.80'
8
+ library_version: '9.0.0'
9
9
  requires: ['core', 'table-features']
10
10
  sources:
11
11
  - 'TanStack/table:docs/guide/row-models.md'
@@ -3,11 +3,7 @@ name: column-faceting
3
3
  description: >
4
4
  Build faceted filter UIs with columnFacetingFeature, facetedRowModel, facetedUniqueValues, and facetedMinMaxValues. Load for facet counts, numeric ranges, own-filter exclusion, or server-page facet completeness.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features', 'column-filtering']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/column-faceting.md'
@@ -3,11 +3,7 @@ name: column-filtering
3
3
  description: >
4
4
  Filter columns with columnFilteringFeature, filteredRowModel, filterFns, filterMeta, nested-row direction, and manualFiltering. Load for accessor compatibility, controlled filter updaters, fuzzy metadata, or client/server ownership.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features', 'client-vs-server']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/column-filtering.md'
@@ -3,11 +3,7 @@ name: column-ordering
3
3
  description: >
4
4
  Control TanStack Table v9 leaf columnOrder with stable IDs while accounting for pinning regions, visibility, and groupedColumnMode precedence. Load for drag-and-drop columns or rendered order that differs from state.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/column-ordering.md'
@@ -3,11 +3,7 @@ name: column-pinning
3
3
  description: >
4
4
  Pin columns into logical start, center, and end regions with columnPinningFeature and renderer-owned sticky CSS. Load for RTL offsets, z-index, backgrounds, overflow, widths, gaps, or overlaps.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features', 'column-sizing']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/column-pinning.md'
@@ -3,11 +3,7 @@ name: column-resizing
3
3
  description: >
4
4
  Wire columnResizingFeature, header.getResizeHandler, resize mode and direction, pointer or touch events, and performant CSS-variable updates. Load when resize state changes but widths do not, or large tables resize slowly.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features', 'column-sizing']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/column-resizing.md'
@@ -3,11 +3,7 @@ name: column-sizing
3
3
  description: >
4
4
  Use columnSizingFeature numeric size, minSize, maxSize, getSize, getStart, getAfter, and total-size APIs in table, grid, or flex CSS. Load for auto or percentage misconceptions and sizing/pinning layout mismatch.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/column-sizing.md'
@@ -3,11 +3,7 @@ name: column-visibility
3
3
  description: >
4
4
  Hide columns with columnVisibilityFeature while rendering visibility-aware header, column, and cell collections. Load when hidden columns remain in the DOM, false-versus-absent state is confused, or enableHiding is misunderstood.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/column-visibility.md'
@@ -5,7 +5,7 @@ description: >
5
5
  metadata:
6
6
  type: core
7
7
  library: '@tanstack/table-core'
8
- library_version: '9.0.0-beta.80'
8
+ library_version: '9.0.0'
9
9
  sources:
10
10
  - 'TanStack/table:docs/overview.md'
11
11
  - 'TanStack/table:docs/guide/tables.md'
@@ -5,7 +5,7 @@ description: >
5
5
  metadata:
6
6
  type: sub-skill
7
7
  library: '@tanstack/table-core'
8
- library_version: '9.0.0-beta.80'
8
+ library_version: '9.0.0'
9
9
  requires: ['core', 'table-features', 'typescript']
10
10
  sources:
11
11
  - 'TanStack/table:docs/framework/react/guide/custom-features.md'
@@ -3,11 +3,7 @@ name: expanding
3
3
  description: >
4
4
  Expand hierarchical subrows or custom detail panels with rowExpandingFeature, expandedRowModel, getSubRows, getRowCanExpand, manualExpanding, and paginateExpandedRows. Load when expansion state changes but no UI appears.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features', 'client-vs-server']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/expanding.md'
@@ -3,11 +3,7 @@ name: global-filtering
3
3
  description: >
4
4
  Apply globalFilter across eligible columns with globalFilteringFeature, columnFilteringFeature, filteredRowModel, globalFilterFn, and manual server filtering. Load when columns unexpectedly participate or a global filter changes state without changing rows.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features', 'client-vs-server', 'column-filtering']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/global-filtering.md'
@@ -3,11 +3,7 @@ name: grouping
3
3
  description: >
4
4
  Group rows with columnGroupingFeature, groupedRowModel, groupedColumnMode, and manualGrouping. Load for grouped or placeholder cells and grouping interactions with expansion or pagination.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features', 'client-vs-server']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/grouping.md'
@@ -5,7 +5,7 @@ description: >
5
5
  metadata:
6
6
  type: lifecycle
7
7
  library: '@tanstack/table-core'
8
- library_version: '9.0.0-beta.80'
8
+ library_version: '9.0.0'
9
9
  requires: ['core', 'table-features', 'typescript']
10
10
  sources:
11
11
  - 'TanStack/table:docs/framework/react/guide/migrating.md'
@@ -97,7 +97,7 @@ Honor feature prerequisites in the same `tableFeatures` call:
97
97
 
98
98
  ### 2. Move row models into feature slots and rename factories
99
99
 
100
- V8 `get*RowModel()` table options and the earlier-v9-beta `rowModels` object are gone. V9 `create*RowModel()` factories take no registry arguments and are registered as named feature slots.
100
+ V8 `get*RowModel()` table options and the removed `rowModels` object are gone. V9 `create*RowModel()` factories take no registry arguments and are registered as named feature slots.
101
101
 
102
102
  | V8 table option | V9 `tableFeatures` slot | V9 factory |
103
103
  | -------------------------------------------------- | -------------------------------------- | ---------------------------------------------- |
@@ -175,7 +175,7 @@ Audit all methods extracted from rows, cells, columns, headers, and header group
175
175
 
176
176
  ### 5. Replace physical column pinning with logical pinning
177
177
 
178
- V9 beta.38 has no `left`/`right` aliases. Replace all state keys, return-value comparisons, arguments, and API families:
178
+ V9 has no `left`/`right` aliases. Replace all state keys, return-value comparisons, arguments, and API families:
179
179
 
180
180
  | V8 | V9 |
181
181
  | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------- |
@@ -298,7 +298,7 @@ Do not confuse new capabilities with required breakages. After the table works,
298
298
  - [ ] Inventory every feature API used by table, row, column, cell, and header code; register all 16 required stock features.
299
299
  - [ ] Use `stockFeatures` only as a temporary parity aid and record an explicit-feature follow-up.
300
300
  - [ ] Remove `getCoreRowModel()` unless supplying a deliberate custom `coreRowModel` slot.
301
- - [ ] Move all remaining `get*RowModel()` options or earlier-beta `rowModels` entries to `create*RowModel()` feature slots.
301
+ - [ ] Move all remaining `get*RowModel()` options (or a removed `rowModels: {...}` object, if present) to `create*RowModel()` feature slots.
302
302
  - [ ] Register each dependent feature before its row-model slot.
303
303
  - [ ] Move `filterFns`, `sortingFns`/`sortFns`, and `aggregationFns` into feature slots, registering individually imported built-ins; pass no registries to factories.
304
304
  - [ ] Register `rowAggregationFeature` independently and migrate custom aggregation callables to context-based `AggregationFnDef` definitions.
@@ -329,9 +329,9 @@ Do not confuse new capabilities with required breakages. After the table works,
329
329
 
330
330
  If `table.nextPage`, `column.toggleSorting`, or a state slice disappears, add the associated feature. Do not cast the table to a broader type.
331
331
 
332
- ### [CRITICAL] Mixing v8, early-v9-beta, and beta.38 configuration
332
+ ### [CRITICAL] Mixing v8 and v9 configuration styles
333
333
 
334
- Do not combine v8 `get*RowModel` options, an earlier beta's `rowModels` object, or physical pinning names with the current `tableFeatures` slots.
334
+ Do not combine v8 `get*RowModel` options, a removed `rowModels` object, or physical pinning names with the current `tableFeatures` slots.
335
335
 
336
336
  ### [HIGH] Treating `stockFeatures` or `useLegacyTable` as the finished migration
337
337
 
@@ -351,4 +351,4 @@ Use the installed version, not main-branch memory:
351
351
  4. Inspect the installed adapter's `dist/index.d.ts` and its migration skill for entrypoints and rendering.
352
352
  5. Inspect `dist/legacy.d.ts` only to remove an existing bridge, never to design new v9 code.
353
353
 
354
- If package-manager layout prevents that exact path, resolve the installed package root first. Do not substitute APIs from a different v9 beta.
354
+ If package-manager layout prevents that exact path, resolve the installed package root first. Do not substitute APIs from a different v9 version.
@@ -3,11 +3,7 @@ name: pagination
3
3
  description: >
4
4
  Paginate with rowPaginationFeature and paginatedRowModel or manualPagination. Load for pageIndex/pageSize state, rowCount/pageCount, unknown next-page limits, already-paginated server data, or autoResetPageIndex surprises.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features', 'client-vs-server']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/pagination.md'
@@ -3,11 +3,7 @@ name: row-pinning
3
3
  description: >
4
4
  Pin stable row IDs into top, center, and bottom collections with rowPinningFeature and keepPinnedRows. Load for filtering/pagination visibility, explicit region rendering, or renderer-owned sticky CSS.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/row-pinning.md'
@@ -3,11 +3,7 @@ name: row-selection
3
3
  description: >
4
4
  Maintain rowSelection ID state with stable getRowId, single, multi, subrow, and Shift-range rules, selected row models, handler anchors, and manual-pagination semantics. Load when implementing getToggleSelectedHandler, enableRowRangeSelection, selectChildren, deselectParents, or selected IDs that outlive loaded Row objects.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/row-selection.md'
@@ -3,11 +3,7 @@ name: sorting
3
3
  description: >
4
4
  Sort with rowSortingFeature, sortedRowModel, sortFns, multi-sort and removal options, sortUndefined, and manualSorting. Load for comparator direction, incoming server order, or product-specific sorting cycles.
5
5
  metadata:
6
- {
7
- type: sub-skill,
8
- library: '@tanstack/table-core',
9
- library_version: '9.0.0-beta.80',
10
- }
6
+ { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.0' }
11
7
  requires: ['core', 'table-features', 'client-vs-server']
12
8
  sources:
13
9
  - 'TanStack/table:docs/framework/react/guide/sorting.md'
@@ -5,7 +5,7 @@ description: >
5
5
  metadata:
6
6
  type: sub-skill
7
7
  library: '@tanstack/table-core'
8
- library_version: '9.0.0-beta.80'
8
+ library_version: '9.0.0'
9
9
  requires: ['core']
10
10
  sources:
11
11
  - 'TanStack/table:docs/guide/row-models.md'
@@ -5,7 +5,7 @@ description: >
5
5
  metadata:
6
6
  type: sub-skill
7
7
  library: '@tanstack/table-core'
8
- library_version: '9.0.0-beta.80'
8
+ library_version: '9.0.0'
9
9
  requires: ['core', 'table-features']
10
10
  sources:
11
11
  - 'TanStack/table:docs/guide/helpers.md'