var store = new Ext.data.JsonStore({ totalProperty: 'total', root: 'results', url: 'ajax/gridData.php', totalProperty: 'results', fields: [ 'pole1', 'pole2' ], //chce pobrac wszystkie baseParams: {module: 'admins'} });
kombinowałem z MixedCollection().addAll(), probowałem też w ogóle nie wstawiać wartości fields, ale bez rezultatu.