fixedHeader.dataTables.css 318 B

12345678910111213141516171819
  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. }