mirror of
https://github.com/gosticks/react-table.git
synced 2026-03-31 01:44:31 +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