Releases: TanStack/table
Releases · TanStack/table
v7.4.0
03 Aug 17:45
Compare
Sorry, something went wrong.
No results found
7.4.0 (2020-08-03)
Bug Fixes
Add useExpanded in the pluginOrder because selection get broken if it's before. (#2581 ) (fdb1ebe )
initalState sortBy fix, if the last sortBy column is clicked we will replace the sort state, not toggle it (#2508 ) (20ecd35 )
update tests (ec8dcb1 )
Features
useGroupBy: Set groupBy state via method (#2570 ) (93e7e72 )
useSortBy: set sortBy state via method at once (#2576 ) (243db86 )
v7.3.5
03 Aug 17:21
Compare
Sorry, something went wrong.
No results found
7.3.5 (2020-08-03)
Bug Fixes
v7.3.4
03 Aug 17:05
Compare
Sorry, something went wrong.
No results found
7.3.4 (2020-08-03)
Bug Fixes
useSortBy: fix the bug that causes flatRows to be incorrect when sorting and using subRows (#2443 ) (b2d0aa6 )
v7.3.3
30 Jul 14:46
Compare
Sorry, something went wrong.
No results found
7.3.3 (2020-07-30)
Bug Fixes
Use references to renderers instead of inline functions (#2584 ) (aa28357 )
v7.3.2
20 Jul 16:17
Compare
Sorry, something went wrong.
No results found
7.3.2 (2020-07-20)
Bug Fixes
Enforce useColumnOrder to be used before useGroupBy (#2553 ) (7044363 )
v7.3.1
20 Jul 16:04
Compare
Sorry, something went wrong.
No results found
7.3.1 (2020-07-20)
Bug Fixes
v7.3.0
17 Jul 15:52
Compare
Sorry, something went wrong.
No results found
7.3.0 (2020-07-17)
Features
v7.2.2
30 Jun 19:48
Compare
Sorry, something went wrong.
No results found
7.2.2 (2020-06-30)
Bug Fixes
v7.2.1
18 Jun 21:10
Compare
Sorry, something went wrong.
No results found
7.2.1 (2020-06-18)
Bug Fixes
aggregations: update syntax in unique aggregation function (#2464 ) (30c4be6 ), closes #2173
v7.2.0
09 Jun 22:00
Compare
Sorry, something went wrong.
No results found
7.2.0 (2020-06-09)
Bug Fixes
layout plugins: add support for footers in layout plugins (#2430 ) (afe4754 )
Features