Component: Table/Paginator - pageLinks/pageLinkSize do not affect number of page links after initialization #15231
Labels
good first issue
*** Welcome to PrimeNG Family! *** Good issue!
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Updating
pageLinks
Input in Table orpageLinkSize
in Paginator after initialization does not update the number of page linksEnvironment
Angular 17
Reproducer
https://stackblitz.com/edit/github-uypjvh?file=src%2Fapp%2Fapp.component.html
Angular version
17.3.1
PrimeNG version
17.12.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.17.0
Browser(s)
Chrome / latest
Steps to reproduce the behavior
links = 5
[paginator]="true" [rows]="5" [totalRecords]="1500" [pageLinks]="links"
links
to a different number after initialization.Expected behavior
The number of visible page links changes after changing the value of
links
The text was updated successfully, but these errors were encountered: