@cdmx/wappler_ag_grid 1.3.3 → 1.3.4

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
@@ -1692,7 +1692,7 @@ dmx.Component('ag-grid', {
1692
1692
  }
1693
1693
  if (!dmx.equal(this.props.cfilters, props.cfilters)){
1694
1694
  let gridInstance = this.get('gridInstance');
1695
- if (this.props.cfilters && this.props.cfilters.length > 0) {
1695
+ if (gridInstance && this.props.cfilters && this.props.cfilters.length > 0) {
1696
1696
  var filterModel = {};
1697
1697
  const customFilters = this.props.cfilters;
1698
1698
  customFilters.forEach(function (customFilter) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation.",
6
6
  "license": "MIT",