Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
majakomel opened this issue Mar 14, 2024 · 3 comments
Open

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

majakomel opened this issue Mar 14, 2024 · 3 comments

Comments

@majakomel
Copy link
Contributor

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 majakomel self-assigned this Mar 14, 2024
@majakomel 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
@GermaVinsmoke
Copy link
Collaborator

GermaVinsmoke commented May 30, 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).

@majakomel
Copy link
Contributor Author

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?

@GermaVinsmoke
Copy link
Collaborator

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

@majakomel majakomel assigned GermaVinsmoke and unassigned majakomel Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants