You are here

fixedHeader.jqueryui.css in Table Trash 7

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

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.jqueryui.css
View source
  1. table.fixedHeader-floating {
  2. position: fixed !important;
  3. background-color: white;
  4. }
  5. table.fixedHeader-locked {
  6. position: absolute !important;
  7. background-color: white;
  8. }
  9. @media print {
  10. table.fixedHeader-floating {
  11. display: none;
  12. }
  13. }