Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions en/views/helpers/paginator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,13 @@ Create a dropdown control that changes the ``limit`` query parameter::

The generated form and control will automatically submit on change.

By default ``limitControl()`` preserves existing query parameters as hidden
fields. You can control this behavior with the ``preserveQuery`` option:

* ``true`` Keep all query parameters (default).
* ``false`` Do not include any preserved query parameters.
* ``array`` Only keep the listed top-level keys.

Automatic Limit Generation with Steps
--------------------------------------

Expand Down