update the sort after an update
This commit is contained in:
parent
f825e8996a
commit
c1bf8c1da1
|
@ -287,6 +287,7 @@ Copyright:
|
|||
store.commitChanges();
|
||||
|
||||
var sortState = store.getSortState()
|
||||
if (!sortState) return;
|
||||
store.sort(sortState.field, sortState.direction);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue