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
When PaginatedDataTable2 is displaying 1 row per page with autoRowsToHeight: true the next page button skips 1 record and the previous page button stops working, as seen below:
paginatedbug.mp4
Reproduction Steps
Open the live demo
Change the type to "PaginatedDataTable2"
Change the options to "Auto rows"
Resize the window until only 1 record is showing
Try changing pages
Alternatively
Create a paginatedDataTable2
set the parameter autoRowsToHeight: true
Resize the window until only 1 record is showing
Try changing pages
The text was updated successfully, but these errors were encountered:
When PaginatedDataTable2 is displaying 1 row per page with
autoRowsToHeight: true
the next page button skips 1 record and the previous page button stops working, as seen below:paginatedbug.mp4
Reproduction Steps
Alternatively
autoRowsToHeight: true
The text was updated successfully, but these errors were encountered: