var store = Ext.create('MyApp.store.Firms'); ... { xtype: 'searchfield', store: store, params: {start: 0, limit: 16} } ...