More options to hide or show filter widget settings panel

This commit is contained in:
Paolo
2019-07-11 09:42:13 +02:00
parent 2daf745ad5
commit 73220d8dd6
4 changed files with 74 additions and 42 deletions
+3 -1
View File
@@ -54,7 +54,9 @@ class FilterWidgetLib
const MARK_ROW = 'markRow';
// ...to hide the options for a filter
const HIDE_HEADER = 'hideHeader';
const HIDE_OPTIONS = 'hideOptions';
const HIDE_SELECT_FIELDS = 'hideSelectFields';
const HIDE_SELECT_FILTERS = 'hideSelectFilters';
const HIDE_SAVE = 'hideSave';
const CUSTOM_MENU = 'customMenu'; // ...to specify if the menu for this filter is custom (true) or not (false)