Back to Table

Row Selection Example

examples/solid/row-selection/README.md

8.21.3430 B
Original Source

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
  • Fine-grained reactivity using table.Subscribe for optimal performance

Running the Example

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