Browse Source

Fix table header display error.

zhixin 10 years ago
parent
commit
bd89d1aa03
1 changed files with 1 additions and 0 deletions
  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 {