mirror of
https://github.com/gosticks/react-table.git
synced 2026-04-14 08:34:25 +00:00
useExpanded now uses a flat array of row path keys for tracking expanded state instead of nested objects. This is both easier to use as a developer, but also enables expanding all rows or even leaving nested rows in an expanded state, despite their parent rows' expanded state. BREAKING CHANGE: See description
This project was bootstrapped with Create React App and Rescripts.
You can:
- Open this example in a new CodeSandbox
yarnandyarn startto run and edit the example