Skip to main content
Ejecuta cualquier Skill en Manus
con 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`).

Estrellas28.079
Forks3522
Actualizado5 de junio de 2026, 18:39
SKILL.md
readonly