Is there a way to group common columns without loosing type safety?
Please check the problem here: https://github.com/TanStack/table/discussions/5764#discussion-7258889
GitHub
Is there a way to group common columns without loosing type safety?...
I was working on creating a ssr table using shadcn and tanstack table, I was able to make a reusable datatable component but I was stuck finding an ideal approach to handle common columns among tab...
0 Replies