Yable docs
Quickstart Guide
Get from zero to a fully interactive Yable data table in 11 steps.
Get from zero to a fully interactive data table in 11 steps. Each step builds on the previous one and includes complete, copy-paste-ready code.
Sections
- 01Prerequisites
- 02Step 1: Install Packages
- 03Step 2: Define Your Data Type
- 04Step 3: Create Sample Data
- 05Step 4: Define Columns Using columnHelper
- 06Step 5: Create the Table with useTable
- 07Step 6: Add Sorting
- 08Step 7: Add Filtering
- 09Step 8: Add Pagination
- 10Step 9: Add Cell Editing
- 11Step 10: Add a Theme
- 12Step 11: Add Async Cell Commits
- 13Complete Example
- 14Next Steps