Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrombez authored Dec 12, 2023
1 parent 819415d commit 8186628
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ Quick start
composer require kibatic/datagrid-bundle
```

Add this to your `assets/controllers.json` :

```json
{
"controllers": {
"@kibatic/datagrid-bundle": {
"checker": {
"enabled": true,
"fetch": "eager"
}
}
}
```

You'll most likely also need to enable this twig function : https://twig.symfony.com/doc/2.x/functions/template_from_string.html

### Basic usage
Expand Down Expand Up @@ -124,6 +138,5 @@ Roadmap

- Adding a Flex recipe
- Upgrading to PHP 8
- Adding Bootstrap 5 theme
- Use Symfony UX
- Remove Bootstrap 4 and Sonata variant
- More column types and template options ?

0 comments on commit 8186628

Please sign in to comment.