The [Items Extra](https://ddnexus.github.io/pagy/docs/extras/items/) 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 ``` pagy_set_items_from_params(vars) if defined?(ItemsExtra) ``` - [Example from Countless Extra](https://github.com/ddnexus/pagy/blob/8beed9fa0ae0677703d24aaf06cdfe61d964fab4/lib/pagy/extras/countless.rb#L21) - [Example from Arel Extra](https://github.com/ddnexus/pagy/blob/8beed9fa0ae0677703d24aaf06cdfe61d964fab4/lib/pagy/extras/arel.rb#L17) - [Example from Array Extra](https://github.com/ddnexus/pagy/blob/8beed9fa0ae0677703d24aaf06cdfe61d964fab4/lib/pagy/extras/array.rb#L17) - [Example from Elasticsearch Extra](https://github.com/ddnexus/pagy/blob/8beed9fa0ae0677703d24aaf06cdfe61d964fab4/lib/pagy/extras/elasticsearch_rails.rb#L70) It looks like this repo is just missing that line.
The Items Extra allows you to customize the
:itemsparams and the max page size.With
pagy-cursorinstalled 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.