Releases: TanStack/table
Releases · TanStack/table
v7.0.0-beta.0
React Table v7 is now in beta! Be sure to start upgrading and report any issues you may find!
About v7
v7 is a massive departure from v6:
- It's written with and for React hooks.
- It's a headless React hook, not a component. This means you are now responsible for creating your own rendering solution for the table.
- It's more performant all around. You will likely see a visible performance boost in your projects, regardless of data set (as long as you are memoizing your values properly)
For more information on upgrading, please start at the new v7 README.md in master and start learning!
v6.10.0
6.10.0
3.1.0
- Page Jumping
- Page Size Switcher / Options
- Better examples
v3.0.0
A pretty big breaking change just took place to make server-side and async data 10x easier to work with. See the new docs here: https://github.com/tannerlinsley/react-table#server-side-data