DataTable verbessert

This commit is contained in:
aschwarz
2023-09-19 14:27:53 +02:00
parent d86dcf1dfe
commit 515f168663
159 changed files with 49065 additions and 83 deletions

View File

@ -0,0 +1,26 @@
table.dt-rowReorder-float {
opacity: 0.8;
}
div.dt-rowReorder-float-parent {
table-layout: fixed;
outline: 2px solid #0275d8;
outline-offset: -2px;
z-index: 2001;
position: absolute !important;
overflow: hidden;
}
tr.dt-rowReorder-moving {
outline: 2px solid #888;
outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
overflow-x: hidden;
}
table.dataTable td.reorder {
text-align: center;
cursor: move;
}