Function: EntityCollectionView
▸ EntityCollectionView<M
>(__namedParameters
): Element
This component is in charge of binding a datasource path with an EntityCollection where it's configuration is defined. It includes an infinite scrolling table, 'Add' new entities button,
This component is the default one used for displaying entity collections and is in charge of generating all the specific actions and customization of the lower level CollectionTable
Please note that you only need to use this component if you are building a custom view. If you just need to create a default view you can do it exclusively with config options.
If you need a lower level implementation with more granular options, you can use CollectionTable.
If you need a table that is not bound to the datasource or entities and properties at all, you can check Table
Type parameters
Name | Type |
---|---|
M | extends Object |
Parameters
Name | Type |
---|---|
__namedParameters | EntityCollectionViewProps <M > |
Returns
Element