chg: [user index] added column configuration
parent
5c02f1c6a4
commit
6197b55ec9
|
@ -21,6 +21,9 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
||||||
'placeholder' => __('Enter value to search'),
|
'placeholder' => __('Enter value to search'),
|
||||||
'data' => '',
|
'data' => '',
|
||||||
'searchKey' => 'value'
|
'searchKey' => 'value'
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'type' => 'table_action',
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue