like this table
Hi,
The Table
component has no ability to define rowspan. I would suggest taking a look at the DataGrid
component, for instance, this online demo. You can read more about the DataGrid
component in the documentation.
thank you!
I will try
Demo is for colspan and not for rowspan. Is there an example on how rowspan can be implemented?
I have a simple requirement shown html below - which is easily achievable in html. Tried adding GridLayout and Data Grid directly inside it.
rowspan.html (1.5 KB)
That works perfectly! Thanks Gleb.