Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

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`.

Étoiles28 079
Forks3 522
Mis à jour5 juin 2026 à 18:39
SKILL.md
readonly