Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Павел Резуненко
/
MTAweb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
1
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit bea068f9
authored
Mar 26, 2013
by
Павел Резуненко
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Баго-фича. Как оказалось нельзя использовать удаленную сортировку
совместно с группировкой строк
1 parent
8c728493
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
public/app/store/Aliases.js
public/app/store/Aliases.js
View file @
bea068f
...
...
@@ -3,6 +3,12 @@ Ext.define('MyMA.store.Aliases', {
requires
:
'MyMA.model.Aliases'
,
model
:
'MyMA.model.Aliases'
,
groupField
:
'alias'
,
remoteSort
:
true
,
/**
* 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
,
pageSize
:
100
});
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment