@pepperi-addons/ngx-lib 0.4.2-beta.85 → 0.4.2-beta.87

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.
@@ -2221,7 +2221,7 @@ class PepListComponent {
2221
2221
  }
2222
2222
  totalCalcColsWidth += uiControlField.calcColumnWidth;
2223
2223
  }
2224
- const widthToSet = (this.tableStartWidth + widthToAdd) + 'px';
2224
+ const widthToSet = (this.tableStartWidth + widthToAdd) + 1000 + 'px';
2225
2225
  console.log(`onListResize -> widthToSet: ${widthToSet} *** widthToAdd: ${widthToAdd}`);
2226
2226
  this.setColumnsWidth(widthToSet);
2227
2227
  this.checkForChanges = new Date().getTime();