Column grouping makes the cells of the new row take the class of the cells below them #464
Unanswered
marcoselopez
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Interesting, I'll look into this inconsistency |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
So I'm having this issue and I don't know how to change it.
I have a table that has some grouped columns, where there is a parent column and that parent columng has children sub-columns, exactly like this:
The problem with this, is that when the new header row is created, all of the cells which are not defined are taking the className of the cell below them, so it looks like this:
I've tried experimenting with different props and styles but I can't make the new head row to not take any styles unless I specify it directly in the column object, is there a way to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions