Browse Source

no height limit bug fix

Yoni Jah 11 years ago
parent
commit
691573e00f
1 changed files with 1 additions and 1 deletions
  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;
         }