UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

14 lines (11 loc) 284 B
Ext.define('KitchenSink.store.ForumThreads', { extend: 'Ext.data.Store', alias: 'store.forumthreads', model: 'KitchenSink.model.grid.ForumThread', pageSize: 50, remoteSort: true, sorters: [{ property: 'lastpost', direction: 'DESC' }] });