chrv-components 1.10.38 → 1.10.39

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.
Binary file
@@ -3021,6 +3021,7 @@ class ChrTableComponent {
3021
3021
  set data(value) {
3022
3022
  this._data = value || [];
3023
3023
  this.changeDetector.markForCheck();
3024
+ this.currentPage = 1;
3024
3025
  }
3025
3026
  constructor(_date, dataService, changeDetector) {
3026
3027
  this._date = _date;