Hi All,
I have a table which is binded to a SelectableListTableContentProvider object to display a set of rows.
I want to set rowspan property of it’s first column first row. For this, tried below options but did not work.
- Tried setting rowSpan with javascript (on load of the page) - but as the id is not present for table cells, couldn’t set it’s rowSpan property.
- No CSS attribute to set rowSpan
- CategorizedTable (from Palette view) does not fit my requirement because the look and feel of it’s first column is not the same as the column we get if we apply rowSpan property.
Could you please advise if it is possible to set rowSpan property for a table and how?
regards,
Raj