1

我在树面板列中使用了锁定的属性,并且我的控制台报告了问题:

    columns: [{
        xtype: 'treecolumn', //this is so we know which column will show the tree
        text: 'Task',
        locked:true,
        flex: 2,
        sortable: true,
        dataIndex: 'task',
    }

错误是:ext-debug.js:10872 未捕获类型错误:无法读取未定义的属性“长度”

4

0 回答 0