@c10t/nice-component-library 0.0.17 → 0.0.18

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.
@@ -2463,6 +2463,7 @@ class CvaTableComponent {
2463
2463
  this.varPaging.pageSize = pageable.pageSize;
2464
2464
  this.pagingChange.emit(this.varPaging);
2465
2465
  this.toggleSelect(null, null);
2466
+ this.goToPageNumber = this.varPaging.pageNumber;
2466
2467
  }
2467
2468
  onClick(action, result) {
2468
2469
  const buttonClickEvent = new ButtonClickEvent(action, result);