You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I was just wondering if there is a way to not only group columns of the header rows, but also of the body rows.
So, I would like to get my rows like this, for example:
___________________________________________
| Code | short text .......... |
| longer text combined in both columns |
| ________________________________________|
| Code 2 | short text 2......... |
| longer text combined in both columns 2 |
|_________________________________________|
....
So basically, what I am looking for is a colspan for body columns.
Or, to work around this, do I need to create a custom cell that is of this form and I give it to the table as one cell ?
The text was updated successfully, but these errors were encountered:
Hi
I was just wondering if there is a way to not only group columns of the header rows, but also of the body rows.
So, I would like to get my rows like this, for example:
So basically, what I am looking for is a colspan for body columns.
Or, to work around this, do I need to create a custom cell that is of this form and I give it to the table as one cell ?
The text was updated successfully, but these errors were encountered: