Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrombez authored Oct 28, 2022
1 parent ee06573 commit dde9d0f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?
- More column types and template options ?

0 comments on commit dde9d0f

Please sign in to comment.