[SSE mobile] Bug 50875

This commit is contained in:
ShimaginAndrey 2021-06-17 16:11:26 +03:00
parent 60a8c3c224
commit 670910d5f4

View file

@ -52,6 +52,8 @@ const FilterOptionsController = () => {
const onSort = (type) => {
const api = Common.EditorApi.get();
api.asc_sortColFilter(type == 'sortdown' ? Asc.c_oAscSortOptions.Ascending : Asc.c_oAscSortOptions.Descending, configFilter.asc_getCellId(), configFilter.asc_getDisplayName(), undefined, true);
f7.sheet.close('.picker__sheet');
f7.popover.close('#picker-popover');
};
const onClearFilter = () => {