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.
ElementTypeThe component to render in the table cell. This component will receive the rowItem prop
which is the data object for the row, e.g. the Product object if used in the product-list table.
Record<string, any>Optional props to pass to the React component.