0

我正在使用 extwebcomponents 的树形网格并提供有状态:['width','height','collapsed'] 但我的 treegrid 状态仍然不存在。

我正在使用 treestore 进行 ajax 调用来获取数据。我在浏览器上使用了我的构建(main.js)并在其上运行本机 javascript。我错过了什么吗?

Ext.create({
fullscreen: true,
xtype: 'panel',
title :  'Title',
id:"treepanel",
renderTo: 'sencha_div',

items: [{
xtype: 'tree',
id: 'treelit',
stateful: ['width','height','collapsed'],
plugins: {treedragdrop:true,gridcellediting:true,gridfilters:true},
columns: columns,
height: 800, width: 1700,
scrollable: true,
store:store,columnLines:"true"}]
});

问候

尼迪

4

0 回答 0