Skip to content

Commit

Permalink
Merge pull request #15232 from BeloMaximka/master
Browse files Browse the repository at this point in the history
Fixed #15231: update page links when pageLinkSize is changed
  • Loading branch information
cetincakiroglu authored Apr 9, 2024
2 parents e250148 + e498a9b commit 0b94f44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/components/paginator/paginator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,10 @@ export class Paginator implements OnInit, AfterContentInit, OnChanges {
if (simpleChange.rowsPerPageOptions) {
this.updateRowsPerPageOptions();
}

if (simpleChange.pageLinkSize) {
this.updatePageLinks();
}
}

updateRowsPerPageOptions() {
Expand Down

0 comments on commit 0b94f44

Please sign in to comment.