fixedHeader.bootstrap4.css 380 B

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