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
..
api.md fix: useExpanded uses flat array for state 2019-08-29 09:14:11 -06:00
concepts.md docs(docs): improve docs 2019-08-15 15:32:03 -06:00
examples.md feat: added useColumnOrder + examples 2019-08-27 09:59:52 -06:00
installation.md Update installation.md 2019-08-20 07:51:35 -06:00
README.md docs(docs): improve docs 2019-08-15 15:32:03 -06:00

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