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

solid-getting-started

// End-to-end first table with `@tanstack/solid-table` v9. Install, declare `_features` via `tableFeatures()`, declare `_rowModels` with the matching factories (e.g. `createSortedRowModel(sortFns)`), create a column helper with `createColumnHelper<typeof _features, TData>()`, build the table with `createTable(options)` using reactive `get data() {...}` getters, and render rows via `FlexRender` (or `table.FlexRender`).

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