diff --git a/README.md b/README.md index 919dece..035354b 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,18 @@ composer require kibatic/datagrid-bundle More information on [how to generate your datagrid](docs/advanced-example.md). +If you want to customize the pagination, use the knp paginator configuration. + +``` +# config/packages/knp_paginator.yaml +knp_paginator: + page_limit: 20 +``` + # Roadmap - Adding a Flex recipe - Upgrading to PHP 8 - Adding Bootstrap 5 theme - Use Symfony UX -- More column types and template options ? \ No newline at end of file +- More column types and template options ?