ngx-rs-ant 0.12.3 → 0.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2020/ngx-rs-ant.mjs
CHANGED
|
@@ -1117,7 +1117,6 @@ class DataGridComponent {
|
|
|
1117
1117
|
});
|
|
1118
1118
|
};
|
|
1119
1119
|
};
|
|
1120
|
-
column.cellTemplate = 'textCellTemplate';
|
|
1121
1120
|
switch (field.config.constraint.type) {
|
|
1122
1121
|
case 'USER':
|
|
1123
1122
|
column.headerFilter.dataSource = {
|
|
@@ -1256,6 +1255,9 @@ class DataGridComponent {
|
|
|
1256
1255
|
}
|
|
1257
1256
|
column.cellTemplate = 'multipleValueCellTemplate';
|
|
1258
1257
|
break;
|
|
1258
|
+
default:
|
|
1259
|
+
column.cellTemplate = 'textCellTemplate';
|
|
1260
|
+
break;
|
|
1259
1261
|
}
|
|
1260
1262
|
break;
|
|
1261
1263
|
case 'TEXT':
|