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