sarpay-echonos
11/7/2019 - 6:39 AM

Datatable (PrimEng)

Pager

Reload Table

reloadPage(): void {
  this.paginator.changePage(this.paginator.getPage());
}

Reset Pager & Reload Table

if (this.paginator.getPage() !== 0) {
  this.paginator.changePage(0);
  return;
}