-
Notifications
You must be signed in to change notification settings - Fork 515
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
Using TanStack Table as a headless table #653
Comments
What would be the benefit of using |
Based on the features, I guess the OP idea is to be feature-complete without reimplementing them? |
The main idea is to eliminate the need to maintain the Javascript logic ourselves and rethinking the table api to give the ability to easily extend the table functionality by the library consumers. I suggested TanStack Table because its popular and well-maintained headless table library as its very popular with the react ecosystem, I also noticed it is used in shadcn ui. |
That's a very interesting topic in my opinion an I'm curious to hear maintainers opinion.
Because iit's all about trade-offs. The more you integrate things by yourself, the more it requires work and maintenance. However the code is probably mode robust, easier to use and debug for developers, and dedicated to your specific need. |
I'm gonna give this a shot in |
Hey @benjamincanac, have you tested tantack table, what was your impression and will it be powering the v3 table component? I just used it in another project and it is really great for some features that are currently missing from the nuxt ui table like column resizing, column |
@itpropro I haven't started working on the Table component yet, I still have to finish the docs for the other components 😊 Thanks for the feedback though, it's reassuring to try it out! |
Closing in favor of #2139. |
What do you think about using TanStack headless table to handle table logic?
The text was updated successfully, but these errors were encountered: