Отменено предыдущий коммит

1 parent 4b9aceb5
Showing with 1 additions and 7 deletions
......@@ -3,12 +3,6 @@ Ext.define('MyMA.store.Aliases', {
requires: 'MyMA.model.Aliases',
model: 'MyMA.model.Aliases',
groupField: 'alias',
/**
* There is an undocumented incompatibility between a certain Store configuration and the Grouping Feature.
* Namely, you cannot have a Store with "remoteSort=true" while using the Grouping Feature.
* The problem is that the Store will be sorted as per the server reponse,
* while the Grouping Feature will cause the view to be sorted as per the groupings.
*/
remoteSort: false,
remoteSort: true,
pageSize: 100
});
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!