-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Move items across pages #10
Comments
I'll give it some thought, maybe an UI/UX designer could pitch in. :D |
I am also thinking about how to handle pagination as I am using in the parent Currently I get past this by changing the pagination settings in the nova config file to Wondering if theres a setting that can be used to remove pagination to a relationship listings etc. |
This isn't a great solution, but one I've found is to simply set the number of models loaded for the relationship to something impractically large. So on your Nova Resource, add:
You could push that even further, but of course that's risking making the page hard to use. |
Is there a way to move an item to the next/previous page? As I see it, currently no.
Of cause Drag'n'drop is hard to manage across pages. But maybe add an extra button at the first and list item? Or use the existing arrow buttons only to move to the next page instead of the end?
The text was updated successfully, but these errors were encountered: