Multiple colspan #3744
Unanswered
alessandro308
asked this question in
Ideas
Replies: 2 comments 1 reply
-
Hi |
Beta Was this translation helpful? Give feedback.
1 reply
-
Does this work in react-table V8? Please |
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
-
The idea is to give the possibility to achieve this result:
I want to open a discussion about the possibility to have multiple colspan columns.
I actually achieved editing the useBlockLayout adding a logic to consider the widget of the next columns too
with calculateColumnWidth similar to
and then using it in the render assigning to each cell the expected value:
What do you think? Can be useful to include it in the useBlockLayout? In case I can prepare a PR
Beta Was this translation helpful? Give feedback.
All reactions