GridField
With the 'GridField' section you will be able to address a grid-column to a entity property or nested property.
Fields
A grid-field contains the following fields to be defined:
Property
The name of the property from UiStructure entity that will be displayed. The value for property include all properties from entity and nested properties.
For nested properties use the '.' notation, this way you can indicate the child entity properties of current entity to be displayed.
Requirements Rules:
- Is Required;
- Must be a valid property or nested property for UiStructure entity
Example:
1 2 3 4 |
|
Title
The label that should be rendered as a column header for property. Defaults to the property name if not informed.
Example:
1 2 3 4 |
|