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

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