Replace react-table with @tanstack/react-table package
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
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?
Sure Maja, I'd like to take some time and see how to move forward with this.