Configures a CustomDetailComponent to be placed in the given location.
DataTableLocationIdThe location in the UI where the custom component should be placed.
DataTableColumnIdThe column in the table where the custom component should be placed.
Type<CustomColumnComponent>The component to render in the table cell. This component should implement the CustomColumnComponent interface.
Provider[]