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

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

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