我的剑道网格中有超过13列,但我发现第13列内容始终是隐藏的。像这样, 13th column content is blank
代码在这里,只是一个演示
columns: [
{
field: "priority",
title: 'col13',
headerAttributes: {style: "text-align: center;font-weight: bolder"},
attributes: {style: "text-align: center;"}
},
{
field: "priority",
title: 'col14',
headerAttributes: {style: "text-align: center;font-weight: bolder"},
attributes: {style: "text-align: center;"}
}
]