Nuxt3 Data Table Suggestion with Filtering
Hello, can you suggest a stable and light data-table library for Nuxt3 which has a filtering/sorting
9 Replies
@mac_ you got it? Can you share plz?
vuetify3 has it
@mac_ Hey..mac I am using tailwindcss mainly in my project. I just want vuetify for datatable but its main.css overrides my other tailwindcss even though I call it on style scoped. I used plugin though. You also faced it before?
yeah, you need to choose only 1 between them.
since vuetify also has their own styling
It went crazy for me I already built a lot things with tailwindcss if I chose it. You know another datable component? I am thinking that building it from scratch but dead line is around the corner 😥
TanStack Table
Supercharge your tables or build a datagrid from scratch for TS/JS, React, Vue, Solid, Svelte, Qwik, and Angular while retaining 100% control over markup and styles.
can be a solution
AG Grid: High-Performance React Grid, Angular Grid, JavaScript Grid
AG Grid is a feature rich datagrid designed for the major JavaScript Frameworks. Version 31.3.2 is out now. Easily integrate into your application to deliver filtering, grouping, aggregation, pivoting and much more with the performance that your users expect. Our Community version is free and open source, or take a 2 month trial of AG Grid Enter...
I will try it out