You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
melloware
changed the title
DataTable issue
Paginator: Duplicate events fire in paginatorPosition=bothFeb 23, 2023
melloware
changed the title
Paginator: Duplicate events fire in paginatorPosition=both
Datatable: Duplicate events fire in paginatorPosition=bothFeb 23, 2023
mertsincan
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Mar 9, 2023
Hi, I am facing issues with DataTable. When I use lazy (data comes from api), rowsPerPageOptions=[10,20,50,100], paginatorPosition=both,
The onPage event fires twice whenever I change the rowsPerPage in the drop-down. If I remove paginatorPosition=both, then it fires only once.
Also, when it fires twice, noticed the pageCount value is not correct the first time, it is correct the second time.
I am using primereact 9.2.0. React 18.2.0
The text was updated successfully, but these errors were encountered: