浏览代码

Add card visible column option

Dennis Hernández 10 年之前
父节点
当前提交
c62db924c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
                 }