tupali/librerias/datatables2/FixedHeader-3.1.6/css/fixedHeader.jqueryui.css
2020-03-30 22:08:46 -05:00

16 lines
250 B
CSS

table.fixedHeader-floating {
position: fixed !important;
background-color: white;
}
table.fixedHeader-locked {
position: absolute !important;
background-color: white;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}