Datatable hide sorting value

This commit is contained in:
goodygh 2023-04-11 23:18:13 +02:00
parent 428b917579
commit db97869472

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;
}