Use checkboxes for selections instead of the current full row selection.

This commit is contained in:
Jan Böhmer 2022-09-10 01:26:09 +02:00
parent 1915acf069
commit f6b8e0e227
4 changed files with 75 additions and 20 deletions

View file

@ -754,6 +754,12 @@ div.dataTables_wrapper div.dataTables_info {
display: inline-flex;
}
/** Fix datatables select-checkbox position */
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
margin-top: -28px !important;
}
/******************************************
* Typeahead menu
*******************************************/