Added new option hideMenu to FilterWidget

This commit is contained in:
Paolo
2019-07-11 12:59:30 +02:00
parent 31caf460ec
commit 9cb1062275
5 changed files with 63 additions and 31 deletions
@@ -60,6 +60,7 @@ class FilterWidgetLib
const HIDE_SAVE = 'hideSave';
const CUSTOM_MENU = 'customMenu'; // ...to specify if the menu for this filter is custom (true) or not (false)
const HIDE_MENU = 'hideMenu'; // ...to specify if the menu should be shown or not
// ...to specify how to represent the dataset (ex: tablesorter, pivotUI, ...)
const DATASET_REPRESENTATION = 'datasetRepresentation';