diff --git a/core/pagination.md b/core/pagination.md index 20ca3cfdd2c..a971581b34d 100644 --- a/core/pagination.md +++ b/core/pagination.md @@ -95,6 +95,59 @@ App\Entity\Book: ``` [/codeSelector] +### Disabling the Pagination For a Specific Operation + +You can also disable an operation for a specific operation: + +[codeSelector] + +```php + + + + + + + + + + +``` +[/codeSelector] + ### Disabling the Pagination Client-side #### Disabling the Pagination Client-side Globally