Skip to main content
Execute qualquer Skill no Manus
com um clique

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

Estrelas28.079
Forks3.522
Atualizado5 de junho de 2026 às 18:39
SKILL.md
readonly