EntityCollectionTable
@firecms/core / EntityCollectionTable
Function: EntityCollectionTable()
Section titled “Function: EntityCollectionTable()”EntityCollectionTable<
M,USER>(__namedParameters):Element
Defined in: components/EntityCollectionTable/EntityCollectionTable.tsx:44
This component is in charge of rendering a collection table with a high degree of customization.
This component is used internally by EntityCollectionView and useReferenceDialog
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 want to bind a EntityCollection to a table with the default options you see in collections in the top level navigation, you can check EntityCollectionView.
The data displayed in the table is managed by a EntityTableController. You can build the default, bound to a path in the datasource, by using the hook useDataSourceTableController
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any
USER extends User = any
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”Returns
Section titled “Returns”Element
- EntityCollectionTableProps
- EntityCollectionView
- VirtualTable