Files
react-table/docs
tannerlinsley b10446b8c4 fix: useExpanded uses flat array for state
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
2019-08-29 09:14:11 -06:00
..
2019-08-15 15:32:03 -06:00
2019-08-20 07:51:35 -06:00
2019-08-15 15:32:03 -06:00

To get started with React Table, click here, or select a specific document from this directory.