explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Replace react-table with @tanstack/react-table package

Open majakomel opened this issue 1 year ago • 3 comments

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

majakomel avatar Mar 14 '24 16:03 majakomel

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).

GermaVinsmoke avatar May 30 '24 00:05 GermaVinsmoke

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?

majakomel avatar Jun 08 '24 16:06 majakomel

Sure Maja, I'd like to take some time and see how to move forward with this.

GermaVinsmoke avatar Jun 09 '24 10:06 GermaVinsmoke