Use the new system of datatables-select 2.0 where checkboxes are true checkbox fields

This commit is contained in:
Jan Böhmer 2024-03-02 01:04:28 +01:00
parent 4295141fb6
commit b7ce91e2d8
4 changed files with 1554 additions and 24 deletions

View file

@ -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,
]);