YYableDocs
DemoPlaygroundGitHubnpm
Overview
Quickstart
  • Prerequisites
  • Step 1: Install Packages
  • Step 2: Define Your Data Type
  • Step 3: Create Sample Data
  • Step 4: Define Columns Using columnHelper
  • Step 5: Create the Table with useTable
  • Step 6: Add Sorting
  • Step 7: Add Filtering
  • Step 8: Add Pagination
  • Step 9: Add Cell Editing
  • Step 10: Add a Theme
  • Step 11: Add Async Cell Commits
  • Complete Example
  • Next Steps
Features
API reference
Async commits

Docs are mirrored from github.com/ZVN-DEV/yable/docs

Docs/Quickstart/Step 1: Install Packages

Step 1: Install Packages

npm install @zvndev/yable-core @zvndev/yable-react @zvndev/yable-themes

@zvndev/yable-core is the headless engine. @zvndev/yable-react provides the React hook and components. @zvndev/yable-themes provides CSS styling.


PreviousPrerequisitesNextStep 2: Define Your Data Type