react-jquery-datatables
Version:
React, DataTables.net (aka jQuery DataTables), fork of https://github.com/carlosrocha/react-data-components
20 lines (16 loc) • 337 B
CSS
table.fixedHeader-floating {
position: fixed ;
background-color: white;
}
table.fixedHeader-floating.no-footer {
border-bottom-width: 0;
}
table.fixedHeader-locked {
position: absolute ;
background-color: white;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}