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