@cdmx/wappler_ag_grid 0.4.7 → 0.4.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.
@@ -1028,6 +1028,14 @@
1028
1028
  "defaultValue": false,
1029
1029
  "help": "Enable Actions"
1030
1030
  },
1031
+ {
1032
+ "name": "pingActions",
1033
+ "attribute": "dmx-bind:pin_actions",
1034
+ "title": "Pin Actions Column",
1035
+ "type": "boolean",
1036
+ "defaultValue": true,
1037
+ "help": "Pin Actions Column"
1038
+ },
1031
1039
  {
1032
1040
  "name": "editActionBtn",
1033
1041
  "attribute": "dmx-bind:edit_action_btn",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation",
6
6
  "license": "MIT",