Files
simrs-jatim/library/DataTables/FixedHeader-3.1.4/css/fixedHeader.dataTables.css
2024-04-19 14:04:41 +07:00

20 lines
318 B
CSS

table.fixedHeader-floating {
position: fixed !important;
background-color: white;
}
table.fixedHeader-floating.no-footer {
border-bottom-width: 0;
}
table.fixedHeader-locked {
position: absolute !important;
background-color: white;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}