Skip to main content
Run any Skill in Manus
with one click

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

$ git log --oneline --stat
stars:28,026
forks:3,504
updated:May 17, 2026 at 18:01
SKILL.md
readonly