react-table/examples/expanding
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
..
public fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
src fix: useExpanded uses flat array for state 2019-08-29 09:14:11 -06:00
.babelrc fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
.env fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
.eslintrc fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
.gitignore fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
.rescriptsrc.js fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
package.json fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
README.md updating code sandbox links (#1437) 2019-08-08 14:11:32 -06:00
yarn.lock fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00

This project was bootstrapped with Create React App and Rescripts.

You can: