Browse Source

refs #4143: Fixed footer bug when first column visible is false

zhixin 6 years ago
parent
commit
9a217c1b95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -2294,7 +2294,7 @@
         let class_ = Utils.sprintf(' class="%s"', column['class'])
         let class_ = Utils.sprintf(' class="%s"', column['class'])
 
 
         if (!column.visible) {
         if (!column.visible) {
-          return
+          continue
         }
         }
 
 
         if (this.options.cardView && (!column.cardVisible)) {
         if (this.options.cardView && (!column.cardVisible)) {