Function: useDataSourceEntityCollectionTableController()
useDataSourceEntityCollectionTableController<
M
,USER
>(__namedParameters
):EntityTableController
<M
>
Use this hook to build a controller for the EntityCollectionTable. This controller is bound to data in a path in your specified datasource.
Note that you can build your own hook returning a EntityTableController if you would like to display different data.
Type Parameters​
• M extends Record
<string
, any
> = any
Parameters​
• __namedParameters: DataSourceEntityCollectionTableControllerProps
<M
>
Returns​
Defined in​
packages/firecms_core/src/components/common/useDataSourceEntityCollectionTableController.tsx:55