Load date from store to combobox
问题 Hello i am get from server date to store with "url: /book/price" . And this response comes from the server { status: "SUCCESS", msg: "операция завершена успешно", data: [ "500", "600" ] } This information from "data" I want to insert in combobox. I am create store, but don't know what write there: this store: Ext.define('TPL.store.price.Book', { extend: 'Ext.data.BaseStore', autoLoad: true, proxy: { type: 'ajax', url: '/book/price', reader: { type: 'json', root: 'data', successProperty: