@cdmx/wappler_ag_grid 2.0.9 → 2.0.10
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.
- package/dmx-ag-grid.js +1 -1
- package/package.json +1 -1
package/dmx-ag-grid.js
CHANGED
|
@@ -1672,7 +1672,7 @@ dmx.Component('ag-grid', {
|
|
|
1672
1672
|
}
|
|
1673
1673
|
|
|
1674
1674
|
if (options.enable_custom_action_btns) {
|
|
1675
|
-
for (let i = 1; i <=
|
|
1675
|
+
for (let i = 1; i <= 30; i++) {
|
|
1676
1676
|
const buttonActionKey = `button${i}_action_btn`;
|
|
1677
1677
|
const buttonTitleKey = `button${i}_action_title`;
|
|
1678
1678
|
const buttonClassKey = `button${i}_action_btn_class`;
|
package/package.json
CHANGED