react-table/examples
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
..
animated feat: added useColumnOrder + examples 2019-08-27 09:59:52 -06:00
animated-framer-motion Merge branch 'master' of https://github.com/react-tools/react-table 2019-08-27 10:08:53 -06:00
basic fix(use-pagination): better controlled/manual use-pagination 2019-08-06 22:32:17 -06:00
column-ordering fix: fix column-ordering example 2019-08-28 10:50:33 -06:00
editable-data fix: fix path getters, better plugin hook integration, renaming things 2019-08-19 16:38:42 -06:00
expanding fix: useExpanded uses flat array for state 2019-08-29 09:14:11 -06:00
filtering style: lock prettier version, fix sorting example 2019-08-16 07:20:52 -06:00
grouping fix: fix path getters, better plugin hook integration, renaming things 2019-08-19 16:38:42 -06:00
kitchen-sink docs: update kitchen-sink readme 2019-08-19 16:49:22 -06:00
kitchen-sink-controlled fix: removed useFlexLayout, fixed dot notation for accessors 2019-08-20 12:55:50 -06:00
pagination docs(docs): improve docs 2019-08-15 15:32:03 -06:00
pagination-controlled updating code sandbox links (#1437) 2019-08-08 14:11:32 -06:00
row-selection updating code sandbox links (#1437) 2019-08-08 14:11:32 -06:00
sorting fix: fix header regeneration and colspan, better sorting 2019-08-22 14:46:33 -06:00
sub-components fix: better naming, fix header regen, getSubRows, getRowPathID 2019-08-26 09:27:07 -06:00