intelica-library-components 1.1.181 → 1.1.182

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.
@@ -1968,6 +1968,7 @@ class TableComponent {
1968
1968
  this.SortField = field;
1969
1969
  this.SortOrder = 1;
1970
1970
  }
1971
+ this.CurrentPage = 1;
1971
1972
  this.SortPages();
1972
1973
  }
1973
1974
  OnPageChange(event) {