私はextjsが初めてで、container.viewport gridpanelにチェックボックスを追加しようとしています。
これは私のコードです:
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'