@trudb/tru-common-lib 0.2.84 → 0.2.85
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.
|
@@ -7111,10 +7111,10 @@ class TruDataGrid {
|
|
|
7111
7111
|
this.validationDialog.destroy();
|
|
7112
7112
|
},
|
|
7113
7113
|
onCellEditingStopped: (params) => {
|
|
7114
|
-
|
|
7115
|
-
|
|
7116
|
-
|
|
7117
|
-
|
|
7114
|
+
params.api.refreshCells({
|
|
7115
|
+
force: true,
|
|
7116
|
+
rowNodes: [params.node]
|
|
7117
|
+
});
|
|
7118
7118
|
},
|
|
7119
7119
|
onCellValueChanged: (params) => {
|
|
7120
7120
|
},
|