@sachin9822/reports-lib 0.0.219 → 0.0.220
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/lib/components/accounting-report/accounting-report.component.mjs +2 -2
- package/fesm2015/sachin9822-reports-lib.mjs +1 -1
- package/fesm2015/sachin9822-reports-lib.mjs.map +1 -1
- package/fesm2020/sachin9822-reports-lib.mjs +1 -1
- package/fesm2020/sachin9822-reports-lib.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5948,7 +5948,7 @@ class AccountingReportComponent {
|
|
|
5948
5948
|
columnApi.getColumns().forEach((column) => {
|
|
5949
5949
|
allColumnIds.push(column.getId());
|
|
5950
5950
|
});
|
|
5951
|
-
columnApi.autoSizeColumns(allColumnIds,
|
|
5951
|
+
columnApi.autoSizeColumns(allColumnIds, true);
|
|
5952
5952
|
}
|
|
5953
5953
|
formatNumber(params) {
|
|
5954
5954
|
if (params.value == null)
|