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
If you manually set perPage on an Index view, the results are shown and the correct number of pages is calculated. However, clicking the arrows or the page numbers lose that reference. As such, navigating to page 2 might actually show repeated content from "page 1".
E.g., /admin/resources/User?perPage=100
Bug prevalence
Whenever I try this
AdminJS dependencies version
@adminjs/express@^6.1.0
@adminjs/prisma 5.0.3
What browsers do you see the problem on?
All
The text was updated successfully, but these errors were encountered:
Contact Details
No response
What happened?
If you manually set
perPage
on an Index view, the results are shown and the correct number of pages is calculated. However, clicking the arrows or the page numbers lose that reference. As such, navigating to page 2 might actually show repeated content from "page 1".E.g.,
/admin/resources/User?perPage=100
Bug prevalence
Whenever I try this
AdminJS dependencies version
@adminjs/express@^6.1.0
@adminjs/prisma 5.0.3
What browsers do you see the problem on?
All
The text was updated successfully, but these errors were encountered: