We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple events are triggered when table reset method in lazy mode is called.
Current behavior:
See expected behavior in "Expected behavior" tab.
Modified PrimeNG 12 Stackblitz table lazy load template. Filters were copy-pasted from the first - full table - example. New button to trigger table reset was added in the main template, right above the table.
https://stackblitz.com/edit/primeng-tablelazy-demo-tbpydp
13.0.3
13.0.4
Angular CLI App
TypeScript
not sure how to check in default stackblitz template, locally v14.21.3
No response
Open console in stackblitz. Click reset button. You will see multiple lazy load events invoked.
The text was updated successfully, but these errors were encountered:
Due to PrimeNG team's busy roadmap, this issue is available for anyone to work on. Make sure to reference this issue in your pull request. ✨ Thank you for your contribution! ✨
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Multiple events are triggered when table reset method in lazy mode is called.
Current behavior:
See expected behavior in "Expected behavior" tab.
Environment
Modified PrimeNG 12 Stackblitz table lazy load template.
Filters were copy-pasted from the first - full table - example.
New button to trigger table reset was added in the main template, right above the table.
Reproducer
https://stackblitz.com/edit/primeng-tablelazy-demo-tbpydp
Angular version
13.0.3
PrimeNG version
13.0.4
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
not sure how to check in default stackblitz template, locally v14.21.3
Browser(s)
No response
Steps to reproduce the behavior
Open console in stackblitz.
Click reset button.
You will see multiple lazy load events invoked.
Expected behavior
The text was updated successfully, but these errors were encountered: