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

  1. 01Prerequisites
  2. 02Step 1: Install Packages
  3. 03Step 2: Define Your Data Type
  4. 04Step 3: Create Sample Data
  5. 05Step 4: Define Columns Using columnHelper
  6. 06Step 5: Create the Table with useTable
  7. 07Step 6: Add Sorting
  8. 08Step 7: Add Filtering
  9. 09Step 8: Add Pagination
  10. 10Step 9: Add Cell Editing
  11. 11Step 10: Add a Theme
  12. 12Step 11: Add Async Cell Commits
  13. 13Complete Example
  14. 14Next Steps