@cdmx/wappler_ag_grid 0.4.5 → 0.4.6
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/app_connect/components.hjson +0 -1
- package/dmx-ag-grid.js +1 -1
- package/package.json +1 -1
package/dmx-ag-grid.js
CHANGED
|
@@ -402,7 +402,7 @@ dmx.Component('ag-grid', {
|
|
|
402
402
|
|
|
403
403
|
// Check if there's a matching change in dataChanges
|
|
404
404
|
const matchingChange = dataChanges.find(change => change.field === key && change.value === String(value));
|
|
405
|
-
if (matchingChange && matchingChange.area === '
|
|
405
|
+
if (matchingChange && matchingChange.area === 'cell' ) {
|
|
406
406
|
return matchingChange.new_value;
|
|
407
407
|
}
|
|
408
408
|
|