ext 4-1 TreePanel锁定列

时间:2012-03-19 21:09:16

标签: extjs treepanel

我在treepanel列中使用了属性,我的控制台报告问题:

    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 未捕获的TypeError:无法读取未定义的属性“长度”

0 个答案:

没有答案