solid/compose-with-tanstack-form
OfficialEdit Solid Table cells with form state
Software Engineering#field validation#tanstack table#solidjs#reactive state#tanstack form#editable grid#cell rendering
AuthorTanStack
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill solves the problem of building editable Solid datagrids where the table renders inputs but the form owns the values, validation, and submission.
Core Features & Use Cases
- Form-driven editable cells: Render column
cellcontent using<form.AppField>so edits flow intoform.state.values. - Reactive table data binding: Drive the table
datafrom a getter overform.state.values.datato keep row models in sync with user edits. - Reusable field components: Register
TextField,NumberField, andSelectFieldonce viacreateFormHookand reuse them across rows and columns. - Use Case: Create a spreadsheet-like interface for editing an array of records (e.g., contacts or products) with per-field validation while keeping the table responsible only for layout.
Quick Start
Ask the assistant to implement an editable Solid Table that uses @tanstack/solid-form for cell state and validation by wiring table data to form.state.values.data and rendering each cell with form.AppField mapped to data[rowIndex].fieldName.
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/compose-with-tanstack-form Download link: https://github.com/TanStack/table/archive/main.zip#solid-compose-with-tanstack-form 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.