Column grouping in current data-table #1524
Answered
by
AmGhGitHub
sammykisina
asked this question in
Q&A
-
Hello guys. |
Beta Was this translation helpful? Give feedback.
Answered by
AmGhGitHub
Nov 1, 2023
Replies: 2 comments 6 replies
-
By just implementing it? https://tanstack.com/table/v8/docs/examples/react/column-groups |
Beta Was this translation helpful? Give feedback.
3 replies
-
I have faced the same issue and I thought it is a bug in shadcn ui. Turned out to be a bug in my implementation. Make sure you have adjusted the table definition and include the colSpan={header.colSpan} in TableHead definition
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
sammykisina
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have faced the same issue and I thought it is a bug in shadcn ui. Turned out to be a bug in my implementation. Make sure you have adjusted the table definition and include the colSpan={header.colSpan} in TableHead definition