How to use rowspan to group table cells #667
Unanswered
jnachtigall
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw that there's Column grouping which does something similar to colspan for Headers at least.
But how could I implement rowspan, that is group row cells? Like the third row in this example with the
2
in it:Would I have to override some component? If so, which. Sorry I am new to mantine-table (thanks for creating it :-) )
I would also only like to rowspan on the first row probably. Like this, where you have a first row with year with spans over 3 rows / cells:
Beta Was this translation helpful? Give feedback.
All reactions