UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

20 lines (14 loc) 327 B
Ext.define('Admin.store.search.Results', { extend: 'Ext.data.Store', alias: 'store.searchresults', model: 'Admin.model.search.Result', proxy: { type: 'api', url: '~api/search/results' }, autoLoad: 'true', sorters: { direction: 'ASC', property: 'title' } });