diff --git a/apps/spreadsheeteditor/main/app/view/TableSettings.js b/apps/spreadsheeteditor/main/app/view/TableSettings.js index 39400b7fb..e898e7d99 100644 --- a/apps/spreadsheeteditor/main/app/view/TableSettings.js +++ b/apps/spreadsheeteditor/main/app/view/TableSettings.js @@ -327,6 +327,8 @@ define([ this.chFilter.setValue(value, true); this._state.CheckFilter=value; } + if (this.chFilter.isDisabled() == this._state.CheckHeader) + this.chFilter.setDisabled(!this._state.CheckHeader); if (needTablePictures) this.onApiInitTableTemplates(this.api.asc_getTablePictures(props));