Commit 3675c03d authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Подключена функция Reapply.

parent 61c22a5f
...@@ -369,7 +369,7 @@ define([ ...@@ -369,7 +369,7 @@ define([
}, },
onReapply: function() { onReapply: function() {
this.api.asc_applyAutoFilter(new Asc.AutoFiltersOptions()); this.api.asc_reapplyAutoFilter(this.documentHolder.ssMenu.formatTableName);
}, },
onClear: function(menu, item) { onClear: function(menu, item) {
......
...@@ -1021,7 +1021,7 @@ define([ ...@@ -1021,7 +1021,7 @@ define([
onReapply: function() { onReapply: function() {
if (this.api && this.configTo) if (this.api && this.configTo)
this.api.asc_applyAutoFilter(this.config); this.api.asc_reapplyAutoFilter(this.config.asc_getDisplayName());
this.close(); this.close();
}, },
......
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