[SSE mobile] Fix sort
This commit is contained in:
parent
b6c6bcf6fe
commit
9def9977be
|
@ -173,7 +173,7 @@ define([
|
|||
},
|
||||
|
||||
onClickSort: 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, '', dataFilter.asc_getCellId(), dataFilter.asc_getDisplayName(),true);
|
||||
},
|
||||
|
||||
onClickClearFilter: function () {
|
||||
|
|
Loading…
Reference in a new issue