我有这个数据存储
mystore= Ext.create('Ext.data.Store', {
id: _id.boxesComboStore,
fields: ['label', 'value', 'id', 'type'],
autoLoad: true,
proxy: {
type: 'ajax',
url: 'url/to/controller',
reader: {
type: 'json',
root: 'MyModel'
}
}
})
如何轻松访问商店中的实际数据?例如第三条记录,如果我在商店中有多个记录,则类型的实际值