DojoGridX是否可以使用某种类型的行标题或行跨度?
我想在网格中呈现分层(2级)结构-分组项包含一些子项,例如:
---------------------------|
| | Address 1 |
| Customer 1 |------------|
| | Address 2 |
---------------------------|
| | Address 1 |
| Customer 1 |------------|
| | Address 2 |
---------------------------|
在纯HTML中,它是http://www.pdprogrammeur.com/tables-and-html5-table/中描述的方法之一,但对于Dojo GridX,我找不到任何这样的示例。
GridX支持这样的功能吗?如果支持,如何使用?
1条答案
按热度按时间kognpnkq1#
colspan不适用于gridx,我们可能计划在未来的版本中实现它。