ソースを参照

no height limit bug fix

Yoni Jah 10 年 前
コミット
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;
         }