Browse Source

Update hideHeader option style.

zhixin 12 years ago
parent
commit
c9f1417f95
1 changed files with 1 additions and 0 deletions
  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);
         }