mn-angular-lib 1.0.1 → 1.0.2

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.
@@ -3735,6 +3735,7 @@ class MnTable {
3735
3735
  this.currentPage = 1;
3736
3736
  this.applyPagination();
3737
3737
  this.cdr.markForCheck();
3738
+ this.dataSource.onPageSizeChange?.(newSize);
3738
3739
  }
3739
3740
  get visiblePages() {
3740
3741
  const total = this.totalPages;