Bootstrap表頭固定

  • 27
  • 0

參考:https://www.itxst.com/Bootstrap-Table/iirmi3um.html

加上以下語法

     .fixed-table-header {
            border-right: solid 1px #ddd;
            border-top: solid 1px #ddd;
     }
     .fixed-table-header table  {
                border-top: solid 0px #ddd !important;
                margin-top:-1px;
     }