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

setup

Install a TanStack Table v9 framework adapter and wire up a first table with `tableFeatures({...})` declaring `features`, an `rowModels` map of factory results (`createSortedRowModel(sortFns)`, `createFilteredRowModel(filterFns)`, `createPaginatedRowModel()`, …), a `createColumnHelper<typeof features, TData>()` column set, and the framework `useTable` / `injectTable` / `createTable` / `constructTable` entry point. Covers the registry model, why `features` must be module-scoped, when to reach for `stockFeatures`, and `coreFeatures`.

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