Skip to content

Releases: TanStack/table

v7.0.0-beta.0

13 Sep 15:13
Compare
Choose a tag to compare
v7.0.0-beta.0 Pre-release
Pre-release

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

30 Aug 14:50
Compare
Choose a tag to compare
6.10.0

3.1.0

02 Nov 18:22
Compare
Choose a tag to compare
  • Page Jumping
  • Page Size Switcher / Options
  • Better examples

v3.0.0

31 Oct 07:51
Compare
Choose a tag to compare

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