Added functionality to hide or display column selection and filter selection

in FilterWidget
This commit is contained in:
Paolo
2018-02-12 14:06:39 +01:00
parent 2d5d1eb35e
commit 0a3b546627
4 changed files with 147 additions and 118 deletions
@@ -94,8 +94,8 @@
)
ORDER BY "LastAction" DESC
',
'hideHeader' => true,
'hideSave' => true,
'hideHeader' => false,
'hideSave' => false,
'checkboxes' => array('PersonId'),
'additionalColumns' => array('Details'),
'formatRaw' => function($fieldName, $fieldValue, $datasetRaw) {