-
Notifications
You must be signed in to change notification settings - Fork 34
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
Nova 5: Using Filters and Sorting does not preserve scroll position #6659
Comments
It's impossible to control this since we can only trigger |
There is |
already set to |
Interesting. It worked on Nova 4. |
We were using Inertia.js 0.6 for Nova 4 and now it's Inertia.js 2 for Nova 5. |
In |
The functionality as it sits now is an upgrade blocker for us, can't have a scroll to top of screen on these actions, breaks the UX completely. Scroll also occurs when you click a page number with pagination links |
Description:
When using Filters or Sorting, the scroll position is not preserved. The page jumps to the top.
The text was updated successfully, but these errors were encountered: