-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
Table> double call to (onLazyLoad) event after #15996 #16070
Closed
ymg2006 opened this issue
Jul 21, 2024
· 1 comment
· May be fixed by Rodolphe33/gestion-personnel#21, Rodolphe33/gestion-personnel#23, Rodolphe33/gestion-personnel#24, Rodolphe33/gestion-personnel#25 or Rodolphe33/gestion-personnel#27
Closed
Table> double call to (onLazyLoad) event after #15996 #16070
ymg2006 opened this issue
Jul 21, 2024
· 1 comment
· May be fixed by Rodolphe33/gestion-personnel#21, Rodolphe33/gestion-personnel#23, Rodolphe33/gestion-personnel#24, Rodolphe33/gestion-personnel#25 or Rodolphe33/gestion-personnel#27
Labels
LTS-PORTABLE
Issue's fix will be ported to supported LTS versions
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Comments
ymg2006
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Jul 21, 2024
ymg2006
pushed a commit
to ymg2006/primeng
that referenced
this issue
Jul 30, 2024
primefaces#16070 Table> double call to (onLazyLoad) event
cetincakiroglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Aug 1, 2024
cetincakiroglu
added a commit
that referenced
this issue
Aug 1, 2024
closes #16070 Table> double call to (onLazyLoad) event
mehmetcetin01140
added
LTS-PORTABLE
Issue's fix will be ported to supported LTS versions
LTS-FIXED-15.4.25
labels
Aug 1, 2024
This was referenced Aug 30, 2024
Is this issue fixed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
LTS-PORTABLE
Issue's fix will be ported to supported LTS versions
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
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: