浏览代码

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);
         }