mirror of
https://github.com/gosticks/react-table.git
synced 2026-07-26 12:10:08 +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
To get started with React Table, click here, or select a specific document from this directory.