DataTable template header when using expandableRows colspan wrong #702
Replies: 3 comments
-
I've created a demo https://stackblitz.com/edit/zgmug5?file=src%2FApp.vue%3AL10 and cannot replicate the issue. Could you share a stackblitz link? |
Beta Was this translation helpful? Give feedback.
-
Hi, I have exactly the same problem, were you able to solve it? Could you share your solution with me? my DataTable Configuration |
Beta Was this translation helpful? Give feedback.
-
I solved it by adding a column |
Beta Was this translation helpful? Give feedback.
-
When using expandableRows props, there's two issues that happen.
First, the row of the group doesnt have full width, it's always it a less colspan
Second, the row isnt flex so its harder to align it.
Below, the print and code example
When inspecting the row in the browser, will see that the colspan is wrong
Beta Was this translation helpful? Give feedback.
All reactions