Table> double call to (onLazyLoad) event after #15996 #16070
Labels
LTS-FIXED-15.4.25
LTS-FIXED-16.9.14
LTS-PORTABLE
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
v18-port
Milestone
Describe the bug
When lazy is true on the table sorting causes double call to (onLazyLoad) event after commit: Fixed #15550 - Table | Custom sort in table not working #15996.
Environment
Windows 11
Reproducer
No response
Angular version
17.3.6
PrimeNG version
17.18.5
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
v20.12.1
Browser(s)
All
Steps to reproduce the behavior
<p-table #dataTable
(onLazyLoad)="getUsers($event)"
[value]="users"
[rows]="100"
[lazy]="true"
Expected behavior
one call to onLazyLoad.
The text was updated successfully, but these errors were encountered: