[SSE] Подключена функция Reapply.
This commit is contained in:
parent
fa40ed5110
commit
b2a2e9af16
|
@ -377,7 +377,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) {
|
||||||
|
|
|
@ -1029,7 +1029,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();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue