datatables.net-fixedheader-bs5
Version:
FixedHeader for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)
20 lines (17 loc) • 435 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 {
display: none;
}
}