Extjs TypeError:Ext.grid.header未定义

时间:2014-10-20 09:18:28

标签: extjs

我总是有这个错误: TypeError:Ext.grid.header未定义

首先我创建我的商店,用我的数据加载它,而当我创建网格面板时,会发生此错误。 来自我的数据库的数据正确以及' Store'正确加载。

var grid = Ext.create('Ext.grid.Panel', {
  xtype: 'grid',
  selType: 'rowmodel',
  store:  Ext.data.StoreManager.lookup('store'),
  columns: [ ... ]
});

0 个答案:

没有答案