-
-
-
[CASE] {{ item.title }}
-
-
-
-
-
+ .table-daniel {
+ border: 1px dashed #E6A23C;
+ padding: 0 8px 8px 8px;
+ border-radius: 8px;
+ }
-
-
-
-
-
+
+
+
+
-
+ }
+ ]
+ }
+ });
+
+
+
diff --git a/packages/ncform/examples/components/vue-ncform/_ui.label.html b/packages/ncform/examples/components/vue-ncform/_ui.label.html
index 9077132..7819f90 100644
--- a/packages/ncform/examples/components/vue-ncform/_ui.label.html
+++ b/packages/ncform/examples/components/vue-ncform/_ui.label.html
@@ -248,7 +248,10 @@
type: 'string'
},
ui: {
- legend: 'dx: {{$root.users[0]}} + " info-array"'
+ legend: 'dx: {{$root.users[0]}} + " info-array"',
+ widgetConfig: {
+ showOneIfEmpty: true
+ }
}
},
users1: {
@@ -258,7 +261,10 @@
},
ui: {
legend: 'dx: {{$root.users1[0]}} + " info-table"',
- widget: 'array-table'
+ widget: 'array-table',
+ widgetConfig: {
+ showOneIfEmpty: true
+ }
}
}
}
@@ -283,7 +289,10 @@
}
},
ui: {
- widget: 'array-table'
+ widget: 'array-table',
+ widgetConfig: {
+ showOneIfEmpty: true
+ }
}
},
users1: {
@@ -293,6 +302,11 @@
ui: {
label: 'dx: "dx from: " + {{$root.company}}'
}
+ },
+ ui: {
+ widgetConfig: {
+ showOneIfEmpty: true
+ }
}
}
}
diff --git a/packages/ncform/src/components/vue-ncform/form-item.vue b/packages/ncform/src/components/vue-ncform/form-item.vue
index 15a0c24..592b3de 100755
--- a/packages/ncform/src/components/vue-ncform/form-item.vue
+++ b/packages/ncform/src/components/vue-ncform/form-item.vue
@@ -6,7 +6,7 @@