@cdmx/wappler_ag_grid 1.0.6 → 1.0.8

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.
@@ -1075,10 +1075,10 @@
1075
1075
  "group": "📒 Hide Fields and Filters",
1076
1076
  "variables": [
1077
1077
  {
1078
- "name": "hide_components",
1078
+ "name": "hideComponents",
1079
1079
  "title": "Hide Components",
1080
1080
  "attributeStartsWith": "dmx-bind",
1081
- "attribute": "cwidths",
1081
+ "attribute": "hide_components",
1082
1082
  "type": "boolean",
1083
1083
  "defaultValue": false,
1084
1084
  "display": "fieldset",
package/dmx-ag-grid.js CHANGED
@@ -338,6 +338,7 @@ dmx.Component('ag-grid', {
338
338
  let groupedColumnDefs = [];
339
339
  let exportToCSV = this.props.export_to_csv;
340
340
  let gridInstance = null;
341
+ let cellRenderer;
341
342
  this.$node.innerHTML = `<div id=${options.id}-grid class="${options.grid_theme}"></div>`;
342
343
  if (!rowData || rowData.length === 0) {
343
344
  console.error('No row data provided.');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation.",
6
6
  "license": "MIT",