Replies: 2 comments
-
I have the same question, there is a demo |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just solved this problem and packaged it into a tiny npm library. It's really simple to use — you can rowspan both the header and footer, with table and non-table tr/th elements. Check it out!:
|
Beta Was this translation helpful? Give feedback.
0 replies
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, i use headers with nested columns, and looks like react-table does not calculate appropriate rowSpan for the header cells.

None-nested columns do not have rowspan to look like single-level column header.Also react-table inserts cells, so i can't manually calculate rowSpan as there are real cells.
However i would expect react-table to automatically calculate correct rowSpan as looks like there is enough information about header group size
I have columns like that, as you can see i have nested columns
There is similar discussion, but not about automatic header group rowspan calculation #2233
Beta Was this translation helpful? Give feedback.
All reactions