This example demonstrates row selection functionality with TanStack Table in SolidJS.
- Row selection with checkboxes
- Select all / deselect all functionality
- Page-level row selection
- Filtering and pagination with row selection
- Reactive reads from
table.state()keep the UI in sync with table state
npm installoryarnnpm run startoryarn start