geeyan 10 年 前
コミット
9471008afd
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -1524,7 +1524,7 @@
                     // Hide empty data on Card view when smartDisplay is set to true.
                     if (that.options.cardView && that.options.smartDisplay && value === '') {
                         // Should set a placeholder for event binding correct fieldIndex
-+                       text = '<div class="card-view"></div>';
+                        text = '<div class="card-view"></div>';
                     }
                 }