@cdmx/wappler_ag_grid 0.0.5 → 0.0.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.
Files changed (2) hide show
  1. package/dmx-ag-grid.js +1 -1
  2. package/package.json +1 -1
package/dmx-ag-grid.js CHANGED
@@ -355,7 +355,7 @@ const cstyles = this.props.cstyles
355
355
  localeText: this.props.localeText
356
356
  };
357
357
 
358
- const gridDiv = document.querySelector('.ag-theme-alpine');
358
+ const gridDiv = document.getElementById(gridId+'-grid');
359
359
 
360
360
  if (!gridDiv) {
361
361
  console.error(`Grid container element with ID '${gridId}' not found.`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation",
6
6
  "license": "MIT",