Is it possible to user Dojo GridX with some kind of row headers or rowspan?
I want to present the hierarchical (2-level) structure in the grid - a grouping item has some subitems, such like:
---------------------------| | | Address 1 | | Customer 1 |------------| | | Address 2 | ---------------------------| | | Address 1 | | Customer 1 |------------| | | Address 2 | ---------------------------|
In pure HTML it's one of the methods described in http://www.pdprogrammeur.com/tables-and-html5-table/ but for Dojo GridX I couldn't find any such example.
Is such functionality supported in GridX? If so, how to use it?