ソースを参照

Update hideHeader option style.

zhixin 11 年 前
コミット
c9f1417f95
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/bootstrap-table.js

+ 1 - 0
src/bootstrap-table.js

@@ -189,6 +189,7 @@
 
         if (this.options.hideHeader) {
             this.$header.hide();
+            this.$container.find('.fixed-table-header').css('border-bottom', 'none');
             this.$container.find('.fixed-table-container').css('padding-top', 0);
         }