Merge pull request #597 from ONLYOFFICE/fix/bugfix

[SSE mobile] Fix Bug 47717
This commit is contained in:
Julia Radzhabova 2020-11-27 15:36:27 +03:00 committed by GitHub
commit aee9ea57c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,7 +196,7 @@ define([
},
onClickSort: function(type) {
this.api.asc_sortColFilter(type == 'down' ? Asc.c_oAscSortOptions.Ascending : Asc.c_oAscSortOptions.Descending, '', dataFilter.asc_getCellId(), dataFilter.asc_getDisplayName(),true);
this.api.asc_sortColFilter(type == 'down' ? Asc.c_oAscSortOptions.Ascending : Asc.c_oAscSortOptions.Descending, dataFilter.asc_getCellId(), dataFilter.asc_getDisplayName(), undefined, true);
},
onClickClearFilter: function () {