You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we're using both in our codebase, but we should remove the use of outdated react-table package and only use the maintained @tanstack/react-table. It might be that the interface has changed since there have been a few major versions in between. Docs for @tanstack/react-table:https://tanstack.com/table/v8
The text was updated successfully, but these errors were encountered:
majakomel
added
chore
routine tasks that must be done, but require little active brain power
and removed
chore
routine tasks that must be done, but require little active brain power
labels
Mar 14, 2024
If you want then I can try this, I'm currently working on stuff where we are using @tanstack/react-table, it's a very complex library, the docs and examples aren't great, requires too much time in figuring out the stuff (only possible after experimenting things for days).
Hey @GermaVinsmoke! Great, feel free to take this one! react-table is basically a previous version (v7) of @tanstack/react-table (v8) so hopefully the api doesn't differ too much from the current version 🤞. Is it fine if I assign the issue to you?
Currently we're using both in our codebase, but we should remove the use of outdated
react-table
package and only use the maintained @tanstack/react-table. It might be that the interface has changed since there have been a few major versions in between. Docs for@tanstack/react-table
:https://tanstack.com/table/v8The text was updated successfully, but these errors were encountered: