@pepperi-addons/ngx-lib 0.4.2-beta.71 → 0.4.2-beta.72

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.
@@ -1563,6 +1563,7 @@ class PepListComponent {
1563
1563
  if (uiControlsAreTheSame) {
1564
1564
  for (let index = 0; index < this._layout.ControlFields.length; index++) {
1565
1565
  const uiControlField = this._layout.ControlFields[index];
1566
+ uiControlField.calcColumnWidth = this.lastColumnsWidth[index].calcColumnWidth;
1566
1567
  uiControlField.calcTitleColumnWidthString = this.lastColumnsWidth[index].calcTitleColumnWidthString;
1567
1568
  uiControlField.calcColumnWidthString = this.lastColumnsWidth[index].calcColumnWidthString;
1568
1569
  totalCalcColsWidth += this.lastColumnsWidth[index].calcColumnWidth;