[SSE mobile] Bug 50875
This commit is contained in:
parent
60a8c3c224
commit
670910d5f4
|
@ -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 = () => {
|
||||
|
|
Loading…
Reference in a new issue