chg: [user index] added column configuration

cli-modification-summary
iglocska 2022-11-13 11:23:23 +01:00
parent 5c02f1c6a4
commit 6197b55ec9
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ echo $this->element('genericElements/IndexTable/index_table', [
'placeholder' => __('Enter value to search'),
'data' => '',
'searchKey' => 'value'
],
[
'type' => 'table_action',
]
]
],