我是 extjs 的新手,我正在尝试在我的 container.viewport 网格面板中添加一个复选框。
这是我的代码:
xtype: 'gridpanel',
flex: 2,
autoScroll: true,
title: 'title',
store: 'OutgoingDataStore',
columns: [
{
xtype: 'gridcolumn',
align: 'right',
dataIndex: 'calls_m',
text: 'Calls Monthly'
},
{
xtype: 'checkcolumn',
align: 'right',
dataIndex: 'check',
text: 'check',
}..
没有 checkcolumnit 工作正常,但是当我添加它时,应用程序显示空白页面,在控制台上我看到:'Uncaught TypeError: Cannot call method 'substring' of undefined'