make tracker table sortable, give it a fixedHeader and prepare it for ajax refresh

This commit is contained in:
Fabian Dill
2020-06-24 09:44:56 +02:00
parent 641bcb85b1
commit f72f344860
2 changed files with 28 additions and 0 deletions

12
WebHost/static/static.css Normal file
View File

@@ -0,0 +1,12 @@
table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) {
padding-right: 0;
}
.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
content: "" !important;
}
table.dataTable.table-sm > thead > tr > th {
padding: 1px !important;
}