-
Hello good morning, I should create a table within the viewer that groups rows together, there is the possibility of using the rowspan with the control |
Beta Was this translation helpful? Give feedback.
Answered by
mayank99
May 15, 2023
Replies: 1 comment
-
hey @Paolo-lab, our Table does not support rowspan. The closest you can get is using "expandable subrows" (using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Paolo-lab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @Paolo-lab, our Table does not support rowspan. The closest you can get is using "expandable subrows" (using
subRows
property in data) or "custom cells" (usingCell
/cellRenderer
properties in columns).