update the sort after an update

This commit is contained in:
Damien Churchill 2010-03-09 23:32:12 +00:00
parent f825e8996a
commit c1bf8c1da1
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ Copyright:
store.commitChanges(); store.commitChanges();
var sortState = store.getSortState() var sortState = store.getSortState()
if (!sortState) return;
store.sort(sortState.field, sortState.direction); store.sort(sortState.field, sortState.direction);
}, },