datatables.net-fixedheader-bs5
Version:
FixedHeader for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)
21 lines (18 loc) • 463 B
CSS
table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
position: relative ;
background-color: var(--bs-body-bg);
margin-top: 0 ;
margin-bottom: 0 ;
}
div.dtfh-floatingparent-foot table {
border-top-color: var(--bs-border-color);
border-top-width: var(--bs-border-width);
border-top-style: solid;
}
@media print {
table.fixedHeader-floating,
table.fixedHeader-locked {
display: none;
}
}