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
The Items Extra allows you to customize the :items params and the max page size.
:items
With pagy-cursor installed and configured, the Items Extra config is no longer used.
pagy-cursor
Most other extras respect the Items Extra's configuration with
pagy_set_items_from_params(vars) if defined?(ItemsExtra)
It looks like this repo is just missing that line.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Items Extra allows you to customize the
:items
params and the max page size.With
pagy-cursor
installed and configured, the Items Extra config is no longer used.Most other extras respect the Items Extra's configuration with
It looks like this repo is just missing that line.
The text was updated successfully, but these errors were encountered: