多表头问题

提问 未结 1 9463
悬赏:20飞吻
如何实现多维表头,看例子只有代码,修改就乱了,哪里有教程或者说明?

columns: [
[
{ field: "uuid", title: "网格", rowspan: 2, align: "center", width: 100 },
{ field: "name", title: "网格员", rowspan: 2, align: "center", width: 100 },
{ title: "工作纪律", rowspan: 2 }
],
[
{ field: "code", title: "5分", rowspan: 1, align: "center", width: 100 },
{ field: "spec", title: "5分", rowspan: 1, align: "center", width: 100 },
]
]

回帖
回帖须知