[SSE mobile] Fix sort into Add Other
This commit is contained in:
parent
d7f1ba53fe
commit
25e31625b3
|
@ -128,7 +128,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onInsertSort: function(type) {
|
onInsertSort: function(type) {
|
||||||
this.api.asc_sortColFilter(type == 'down' ? Asc.c_oAscSortOptions.Ascending : Asc.c_oAscSortOptions.Descending, '');
|
this.api.asc_sortColFilter(type == 'down' ? Asc.c_oAscSortOptions.Ascending : Asc.c_oAscSortOptions.Descending, '', undefined, undefined, true);
|
||||||
},
|
},
|
||||||
|
|
||||||
onInsertFilter: function(checked) {
|
onInsertFilter: function(checked) {
|
||||||
|
|
Loading…
Reference in a new issue