Skip to main content
Previewvendurehq/vendure/feat/4563-refund-destinations

DataTableComponentConfig

Configures a CustomDetailComponent to be placed in the given location.

Signature

tableId

propertyDataTableLocationId

The location in the UI where the custom component should be placed.

columnId

propertyDataTableColumnId

The column in the table where the custom component should be placed.

component

propertyType<CustomColumnComponent>

The component to render in the table cell. This component should implement the CustomColumnComponent interface.

providers

propertyProvider[]