@cdmx/wappler_ag_grid 1.9.0 → 1.9.2
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 +2 -2
- package/package.json +1 -1
package/dmx-ag-grid.js
CHANGED
|
@@ -467,7 +467,7 @@ dmx.Component('ag-grid', {
|
|
|
467
467
|
const cwidths = this.props.cwidths
|
|
468
468
|
const ctypes = this.props.ctypes
|
|
469
469
|
if (!this.$node || !rowData || rowData.length === 0) {
|
|
470
|
-
console.
|
|
470
|
+
console.debug('AG Grid loaded with no row data.')
|
|
471
471
|
return;
|
|
472
472
|
}
|
|
473
473
|
let gridInstance = this.get('gridInstance') ? this.get('gridInstance') : null;
|
|
@@ -1502,7 +1502,7 @@ dmx.Component('ag-grid', {
|
|
|
1502
1502
|
}
|
|
1503
1503
|
|
|
1504
1504
|
if (options.enable_custom_action_btns) {
|
|
1505
|
-
for (let i = 1; i <=
|
|
1505
|
+
for (let i = 1; i <= 20; i++) {
|
|
1506
1506
|
const buttonActionKey = `button${i}_action_btn`;
|
|
1507
1507
|
const buttonTitleKey = `button${i}_action_title`;
|
|
1508
1508
|
const buttonClassKey = `button${i}_action_btn_class`;
|