Quick Start
Comprehensive documentation for VitalGrid - a ready-to-use virtual table component system
Welcome to the VitalGrid documentation. VitalGrid is a ready-to-use virtual table system built with composable React compound components.
Quick Start
Getting Started
Start using VitalGrid in minutes with our quick setup guide.
Concepts Guide
Understand core concepts and architecture of VitalGrid.
Data Sources
Connect VitalGrid to your backend with a simple data source interface.
Compound Components
Build table UIs with composable React compound components.
What is VitalGrid?
VitalGrid gives you:
- A ready-to-use virtualized table built on TanStack React Table
- Drag and drop for rows and columns (via dnd-kit)
- Dynamic columns driven by your data layer
- A simple data source interface so you can plug in any backend
- Composable React components to build your own table UI
Guides
- Getting Started - Quick setup guide
- Concepts - Core ideas and architecture
- Data Sources - Connect your backend
- Fields - Customize cell types
- Compound Components - Build table layouts