Commit 6ed0d584 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

добавил функцию очистки а/ф

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57607 954022d7-b5bf-4e40-9824-e11837661b57
parent 73bfcc1b
......@@ -7192,6 +7192,8 @@ var gUndoInsDelCellsFlag = true;
if(autoFilterElement.SortState)
autoFilterElement.SortState = null;
aWs.setRowHidden(false, autoFilterElement.Ref.r1, autoFilterElement.Ref.r2);
if(autoFilterElement.AutoFilter && autoFilterElement.AutoFilter.FilterColumns)
{
autoFilterElement.AutoFilter.FilterColumns = null;
......
......@@ -10810,7 +10810,7 @@
if (false === isSuccess)
return;
//t.autoFilters.isApplyAutoFilterInCell(activeCell, clean);
t.autoFilters.isApplyAutoFilterInCell(ar, true);
};
this._isLockedAll (onChangeAutoFilterCallback);
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment