@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.
@@ -5948,7 +5948,7 @@ class AccountingReportComponent {
5948
5948
  columnApi.getColumns().forEach((column) => {
5949
5949
  allColumnIds.push(column.getId());
5950
5950
  });
5951
- columnApi.autoSizeColumns(allColumnIds, skipHeader);
5951
+ columnApi.autoSizeColumns(allColumnIds, true);
5952
5952
  }
5953
5953
  formatNumber(params) {
5954
5954
  if (params.value == null)