dataTables.fixedheader.bootstrap4.css 378 B

1234567891011121314
  1. table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
  2. margin-top: 0 !important;
  3. margin-bottom: 0 !important;
  4. background-color: white; }
  5. table.dataTable.fixedHeader-floating {
  6. position: fixed !important; }
  7. table.dataTable.fixedHeader-locked {
  8. position: absolute !important; }
  9. @media print {
  10. table.fixedHeader-floating {
  11. display: none; } }