@verisoft/ui-govcz 21.0.13 → 21.0.14

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.
@@ -2708,6 +2708,7 @@ class TableComponent {
2708
2708
  field: 'row.' + x.field,
2709
2709
  direction: x.direction,
2710
2710
  }));
2711
+ this.currentPage = 1;
2711
2712
  if (!this.lazy) {
2712
2713
  this.tableRows = multiSort(this.tableRows, sorts);
2713
2714
  }