Component: P-Table Pagination replaces 'All' pagination with ' ' on the paginator dropdown when using filterGlobal method #17025
Labels
Resolution: Help Wanted
Issue or pull request requires extra help and feedback
Milestone
Describe the bug
Version: 17.18.11, also seen on 17.18.13 through using the PrimeNG documentation Stackblitz.
Issue: Any table that uses the 'All' option for pagination will have the 'All' text replaced with ' ' when using the filterGlobal method to search for specific table results.
I was able to edit the Stackblitz version of the p-table from the PrimeNG documentation (https://primeng.org/table#filter-basic) to confirm this wasn't an issue from custom code and it appears to be at least a v17 bug. I was unable to test v18. This doesn't appear to affect the functionality, but I have an open bug on my end and cannot find a workaround for this issue.
Environment
Using version 17.18.11 on Angular version 18.2.8 with Node version 22.11.0
Reproducer
No response
Angular version
18.2.8
PrimeNG version
17.18.11
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
22.11.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
'All' should stay populated in the paginator dropdown until user action changes this option or pagination is set to 'false'
The text was updated successfully, but these errors were encountered: