Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Row Selection Example

This example demonstrates row selection functionality with TanStack Table in SolidJS.

Features

  • 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

Running the Example

  • npm install or yarn
  • npm run start or yarn start