Browse Source

Add card visible column option

Dennis Hernández 10 years ago
parent
commit
c62db924c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -444,7 +444,7 @@
                 return;
             }
 
-            if (this.options.cardView) {
+            if (that.options.cardView) {
                 if (!column.cardVisible) {
                     return;
                 }