Skip to content

List

Shows all values of a collection as a list.

item_property

type: string

Defines the property of the items to be used for display within the collection. You can use existing properties of the class or a specially created getter method that returns a string composed of multiple properties.

yaml
buttons:
    myColumn:
        property: groups
        item_property: myEntityProperty