Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

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

스타28,079
포크3,522
업데이트2026년 6월 5일 18:39
SKILL.md
readonly