第13列不能在剑道网格中显示?

时间:2017-04-07 07:41:39

标签: kendo-ui grid multiple-columns display

我的剑道网格中有超过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;"}
            }
        ]

0 个答案:

没有答案