solid/getting-started
OfficialBuild a typed Solid table from scratch
Software Engineering#typescript#getting started#tanstack table#solid-js#flexrender#tablefeatures#rowmodels
AuthorTanStack
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It solves the confusion of how to correctly set up a working v9 TanStack Table in Solid, including the required v9 registration of features and row-model factories so the API and types line up.
Core Features & Use Cases
- Typed v9 feature registration: Define
_featuresviatableFeatures()so only the APIs/state slices you need exist and tree-shaking works as expected. - Row-model factory wiring: Register the matching factories in
_rowModels(e.g., pagination, sorting, filtering) using the appropriate registries. - Type-safe column definitions: Create a column helper with the required generic order
typeof _featuresfirst, thenTData, and build columns with accessor helpers. - Reactive data + rendering: Use reactive getters for options like
dataand render headers/rows withFlexRenderto get a complete working table.
Quick Start
Ask the AI to generate a complete Solid v9 table example using tableFeatures(), matching _rowModels, createColumnHelper<typeof _features, TData>(), createTable({ get data() {...} }), and FlexRender for header and cell rendering.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: solid/getting-started Download link: https://github.com/TanStack/table/archive/main.zip#solid-getting-started Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.