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
According to the readme:
Pagy does not have a built-in way to specify a maximum number of items per page
Pagy does support dynamic items per page with the Items plugin https://ddnexus.github.io/pagy/extras/items. In this case there is a setting Pagy::VARS[:max_items].
Pagy::VARS[:max_items]
Can this be used instead of setting an unsupported variable in Pagy? Pagy::VARS[:max_per_page] = 100 as specified in the readme.
Pagy::VARS[:max_per_page] = 100
cc @ddnexus
The text was updated successfully, but these errors were encountered:
Also reported in #103 (comment)
Sorry, something went wrong.
No branches or pull requests
According to the readme:
Pagy does support dynamic items per page with the Items plugin https://ddnexus.github.io/pagy/extras/items. In this case there is a setting
Pagy::VARS[:max_items]
.Can this be used instead of setting an unsupported variable in Pagy?
Pagy::VARS[:max_per_page] = 100
as specified in the readme.cc @ddnexus
The text was updated successfully, but these errors were encountered: