Skip to main content
Version: 3.0.0-beta

Function: EntityCollectionView()

EntityCollectionView(props, deprecatedLegacyContext?): ReactNode

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 and a '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 EntityCollectionTable

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 EntityCollectionTable.

If you need a generic table that is not bound to the datasource or entities and properties at all, you can check VirtualTable

Parameters​

• props: EntityCollectionViewProps<any>

• deprecatedLegacyContext?: any

Deprecated

See

React Docs

Returns​

ReactNode

Defined in​

packages/firecms_core/src/components/EntityCollectionView/EntityCollectionView.tsx:127

Sign up to our newsletter to get the latest news and updates. No spam!