浏览代码

no height limit bug fix

Yoni Jah 11 年之前
父节点
当前提交
691573e00f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -1481,7 +1481,7 @@
             padding += cellHeight;
         }
 
-        if (this.options.showFooter) {
+        if (this.options.showFooter && this.options.height) {
             this.resetFooter();
             padding += cellHeight;
         }