Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

migrate-v8-to-v9

Mechanical breaking-change migration from TanStack Table v8 to v9 at the `@tanstack/table-core` level. Covers hook/entry rename (`useReactTable`/`createSolidTable`/… → `useTable`/`injectTable`/`createTable`/ `constructTable`), the new required `features` + `rowModels` options, `createColumnHelper<TData>()` → `createColumnHelper<typeof features, TData>()`, row-model factory rename (`getCoreRowModel()` → automatic; `getSortedRowModel()` → `createSortedRowModel(sortFns)`; same for filtered/paginated/grouped/expanded/ faceted), `table.getState()` → `table.store.state` / `table.atoms.<slice>.get()`, sorting renames (`sortingFn` → `sortFn`, etc.), `enablePinning` split, column sizing/resizing split, underscore-prefixed APIs becoming public, `RowData` type tightening, TFeatures-first generics, the `useLegacyTable` React escape hatch (deprecated, removed in v10), and the `stockFeatures` v8-style "everything on" registry.

스타28,079
포크3,522
업데이트2026년 6월 5일 18:39
SKILL.md
readonly