Andrey Nikonov
c91130075b
Fix typo ( #1513 )
2019-09-12 08:56:16 -06:00
Tanner Linsley
aaa9459389
Update api.md
2019-09-03 06:33:07 -06:00
Brian Qian
6193a33c89
Changed docs to include sortType options for useSortBy ( #1489 )
...
* Update api.md
* Update README.md
2019-09-02 19:32:35 -06:00
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
gargroh
8742ce39c2
[useSort] Provide API to clear sorting at column level ( #1476 )
...
* [useSort] Provide API to clear sorting at column level
* updated docs
2019-08-28 10:51:04 -06:00
tannerlinsley
b0d6169848
feat: added useColumnOrder + examples
2019-08-27 09:59:52 -06:00
tannerlinsley
f0293f5511
fix: getRowID instead of getRowPathID
2019-08-26 09:38:14 -06:00
tannerlinsley
3b42c72e7c
fix: better naming, fix header regen, getSubRows, getRowPathID
2019-08-26 09:27:07 -06:00
Ashwin Bhat
c0aa9533e9
fix field names in useSortBy docs ( #1475 )
2019-08-22 16:08:40 -06:00
tannerlinsley
4537f28a8d
fix: fix header regeneration and colspan, better sorting
2019-08-22 14:46:33 -06:00
tannerlinsley
aab49949db
fix: rename some booleans to use 'is' prefix, added new logo
2019-08-20 09:31:11 -06:00
tannerlinsley
f59efde6fe
fix: fix path getters, better plugin hook integration, renaming things
2019-08-19 16:38:42 -06:00
tannerlinsley
98466e6414
docs(docs): improve docs
2019-08-15 15:32:03 -06:00