@cdmx/wappler_ag_grid 1.5.4 → 1.5.5

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.
Files changed (2) hide show
  1. package/dmx-ag-grid.js +3 -0
  2. package/package.json +1 -1
package/dmx-ag-grid.js CHANGED
@@ -257,6 +257,9 @@ dmx.Component('ag-grid', {
257
257
  return;
258
258
  }
259
259
  }
260
+ if (!gridInstance) {
261
+ return;
262
+ }
260
263
  const oldRowData = [];
261
264
  gridInstance.forEachNode(node => {
262
265
  if (node.data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation.",
6
6
  "license": "MIT",