@trudb/tru-common-lib 0.2.555 → 0.2.557
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.
|
@@ -4635,6 +4635,7 @@ class TruCloneView extends TruViewBase {
|
|
|
4635
4635
|
'getProperty',
|
|
4636
4636
|
'setProperty',
|
|
4637
4637
|
'_pendingBackingStores',
|
|
4638
|
+
'Merge_Data_Set',
|
|
4638
4639
|
'Ref'
|
|
4639
4640
|
];
|
|
4640
4641
|
dataTree = [];
|
|
@@ -7001,7 +7002,7 @@ class TruDataGridCellRenderer {
|
|
|
7001
7002
|
init(params) {
|
|
7002
7003
|
params.eGridCell.innerHTML = '';
|
|
7003
7004
|
const value = params.value ?? '';
|
|
7004
|
-
if (params.
|
|
7005
|
+
if (params.renderRichText === true) {
|
|
7005
7006
|
var p = document.createElement('div');
|
|
7006
7007
|
p.innerHTML = value;
|
|
7007
7008
|
params.eGridCell.appendChild(p);
|