- Added parameter hideSave to hide save button and fields

- Correctly saves personal filters
This commit is contained in:
Paolo
2017-12-13 13:51:38 +01:00
parent 0bb1d62c46
commit aeae34f4e0
4 changed files with 141 additions and 1 deletions
@@ -36,6 +36,7 @@ class TestFilterWidget extends VileSci_Controller
AND p.person_id < 1000
',
'hideHeader' => false,
'hideSave' => false,
'checkboxes' => array('PersonId'),
'additionalColumns' => array('Delete', 'Edit'),
'formatRaw' => function($fieldName, $fieldValue, $datasetRaw) {