Pagination Exceeded Exception #37052
Unanswered
dillingham
asked this question in
Ideas
Replies: 1 comment 1 reply
-
This is a situation that can be set by the developer within the application with different methods. I think there is no need to add it to the frame |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In a current inertia project the query string is updated with filters that may reduce the results below current page. Like search performed on page 5
But since the ?page=5 is in the query string, the results are empty.
I used the following exception to redirect to
?page=1
in that scenario.✅ Passing test
Sharing incase someone wants to PR it as I don't know how that would fit into the framework.
Beta Was this translation helpful? Give feedback.
All reactions