primeng
primeng copied to clipboard
Page hangs when scroll to bottom of p-table and filter any data.
Describe the bug
In primeng table, when we have data around 50K - 60K rows, then on scrolling to the bottom of the table and then apply any filtering, then the whole page is getting hanged. The case is added in this project: PrimeNgDemo.zip
Environment
Windows 10 Angular CLI - 16
Reproducer
No response
Angular version
16.1.0
PrimeNG version
16.0.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.1
Browser(s)
All browsers
Steps to reproduce the behavior
- Scroll to then end of the table
- Filter any record from any column
- Try to do anyother operation
Expected behavior
Filtering should work and page should not go unresponsive
Seems to be a duplicate of https://github.com/primefaces/primeng/issues/13494