選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

fixedHeader.bootstrap4.css 308B

12345678910111213141516
  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-locked {
  8. position: absolute !important;
  9. }
  10. @media print {
  11. table.fixedHeader-floating {
  12. display: none;
  13. }
  14. }