mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 11:48:49 +02:00
Use the new system of datatables-select 2.0 where checkboxes are true checkbox fields
This commit is contained in:
parent
4295141fb6
commit
b7ce91e2d8
4 changed files with 1554 additions and 24 deletions
|
@ -38,7 +38,7 @@ class SelectColumn extends AbstractColumn
|
|||
'label' => '',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
'className' => 'select-checkbox no-colvis',
|
||||
'className' => 'dt-select no-colvis',
|
||||
'visible' => true,
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue