- Simple - All of these examples use automatic state management, meaning, they don't hoist any state out of the table or manually control anything. Start here for understanding the basics about how to build your table UI.
- Basic
- Sorting
- Filtering
- Grouping
- Pagination
- Row Selection
- Expanding
- Sub Components
- Editable Data
- Column Ordering
- Complex
- The "Kitchen Sink"
- Controlled via
useTableState
- These examples are more advanced because they demonstrate how to manually control and respond to the state of the table using theuseTableState
hook.- Pagination (Controlled)
- UI - These examples demonstrate how to use React Table with your favorite UI libraries or tools!
- Animated (Framer-Motion)
- Styled-Components
- CSS
- Material-UI
- Bootstrap
- Want to write one of these examples or add another? Submit a PR!