-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Closed
Copy link
Labels
LTS-PORTABLEIssue's fix will be ported to supported LTS versionsIssue's fix will be ported to supported LTS versionsType: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not working
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
LTS-PORTABLEIssue's fix will be ported to supported LTS versionsIssue's fix will be ported to supported LTS versionsType: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not working