ソースを参照

Fix table header display error.

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

+ 1 - 0
src/bootstrap-table.js

@@ -1810,6 +1810,7 @@
         }
 
         if (this.options.showHeader && this.options.height) {
+            this.$container.find('.fixed-table-header').show();
             this.resetHeader();
             padding += cellHeight;
         } else {