@pepperi-addons/ngx-lib 0.4.2-beta.68 → 0.4.2-beta.69

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.
@@ -1574,7 +1574,7 @@ class PepListComponent {
1574
1574
  }
1575
1575
  }
1576
1576
  widthToSet = (totalCalcColsWidth + this.getSelectionCheckBoxWidth()) + 'px';
1577
- this.setColumnsWidth('auto');
1577
+ this.setColumnsWidth('100%');
1578
1578
  return res;
1579
1579
  }
1580
1580
  setColumnsWidth(widthToSet) {