<Grid store={store}>
<Column
text='Dispatch and Receipt Locations'
flex={1]
renderer={(value, record) => {
return record.get('DispatchLocation') + ' to ' + record.get('ReceiptLocation')
}}
/>
</Grid>
我收到以下错误:
未捕获的错误:[Ext.create] 无法识别的类名/别名:widget.renderercell at
Object.create (ext.js:11776) at constructor.createCell (ext.js:82542) at
constructor.insertColumn (ext.js:82429)在constructor.addColumn (ext.js:82405) 在
constructor.onAdded (ext.js:82401) 在constructor.doAdd (ext.js:41374) 在
constructor.add (ext.js:41339) 在constructor.addDataItem (ext .js:70703) 在
constructor.callParent (ext.js:10561) 在constructor.addDataItem (ext.js:71606)