mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 16:02:46 +08:00
[SSE mobile] Fix sort
This commit is contained in:
@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user