dojo如何在datagrid标头中有多行

时间:2016-04-27 00:42:36

标签: datagrid dojo

我需要一个具有以下布局的数据网格:

------------------------------------------------
|      |       |           player              |  
| date | time  |-------------------------------|
|      |       | first name | last name | age  |
|----------------------------------------------|
| jan  | 14:02 | roy        | batty     | 3    | 
|----------------------------------------------|
| mar  | 17:12 | pika       | chu       | 1    | 
|----------------------------------------------|
| dec  | 05:31 | louie      | dickens   | 33   | 
------------------------------------------------

初步调查似乎表明,道场不支持这种行为,我是对的吗?

非常感谢

1 个答案:

答案 0 :(得分:0)

This is possible in dojo, you need to use CompoundColumns feature for this and then you will achieve this.

Please follow this link,

CompoundColumns for multilevel row in dojo grid

Please do try this and do let me know if have any issue/concern.

相关问题