@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.
- package/esm2020/list/list.component.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1571,7 +1571,7 @@ class PepListComponent {
|
|
|
1571
1571
|
}
|
|
1572
1572
|
}
|
|
1573
1573
|
widthToSet = (totalCalcColsWidth + this.getSelectionCheckBoxWidth()) + 'px';
|
|
1574
|
-
this.setColumnsWidth('
|
|
1574
|
+
this.setColumnsWidth('100%');
|
|
1575
1575
|
return res;
|
|
1576
1576
|
}
|
|
1577
1577
|
setColumnsWidth(widthToSet) {
|