-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
Hello,
In the examples/CustomBundle/Resources/config/datagrid/brand.yml file I see this code:
filters:
columns:
code:
type: string
label: Code
data_name: rd.code
fabric:
type: choice
label: Fabric
data_name: o.fabric
options:
field_options:
multiple: true
choices: '@acme_custom.repository.choice.fabric->getChoices'
I had to change the data_name of fabric to rd.fabric instead of o.fabric to get it to work.
nei