Merge pull request #5186 from goodygh/datatables_sorting

[Web] Datatables sorting
This commit is contained in:
Patrick Schult
2023-04-20 13:50:57 +02:00
committed by GitHub
3 changed files with 40 additions and 37 deletions

View File

@@ -342,6 +342,10 @@ div.dataTables_wrapper div.dt-row {
position: relative;
}
div.dataTables_wrapper span.sorting-value {
display: none;
}
div.dataTables_scrollHead table.dataTable {
margin-bottom: 0 !important;
}