You are here

fixedHeader.dataTables.css in Table Trash 7

table.fixedHeader-floating {
  position: fixed !important;
  background-color: white;
}

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}

File

library/DataTables/FixedHeader-3.1.0/css/fixedHeader.dataTables.css
View source
  1. table.fixedHeader-floating {
  2. position: fixed !important;
  3. background-color: white;
  4. }
  5. table.fixedHeader-floating.no-footer {
  6. border-bottom-width: 0;
  7. }
  8. table.fixedHeader-locked {
  9. position: absolute !important;
  10. background-color: white;
  11. }
  12. @media print {
  13. table.fixedHeader-floating {
  14. display: none;
  15. }
  16. }