We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Eg. http://localhost:4000/?rummage[paginate][page]=4&rummage[paginate][per_page]=10
http://localhost:4000/?rummage[paginate][page]=4&rummage[paginate][per_page]=10
The caveat to using the rummage library for pagination is that the information as to which page a user is held in the url as an ugly query parameter.
rummage
On Opera the query param doesnt show: localhost:4000 but on chrome the whole url shows.
localhost:4000
For MVP i think this will be fine but just thought it would be good to log an issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Eg.
http://localhost:4000/?rummage[paginate][page]=4&rummage[paginate][per_page]=10
The caveat to using the
rummage
library for pagination is that the information as to which page a user is held in the url as an ugly query parameter.On Opera the query param doesnt show:
localhost:4000
but on chrome the whole url shows.
For MVP i think this will be fine but just thought it would be good to log an issue
The text was updated successfully, but these errors were encountered: