NestedEntitiesTableField
NestedEntitiesTableField
is a form field component that is used in the context of One-to-Many Composition and represents the nested entities. It will render a DataTable with buttons to create, edit or remove nested entities. Clicking create or edit button will open an EntityEditor. FormField will automatically render a NestedEntitiesTableField
for an One-to-Many Composition entity property.
Multiple levels of Composition (i.e. nested entities that themselves contain nested entities) are currently not supported. |