Skip to main content

DataTableComponentConfig

Configures a CustomDetailComponent to be placed in the given location.

Signature
interface DataTableComponentConfig {    tableId: DataTableLocationId;    columnId: DataTableColumnId;    component: Type<CustomColumnComponent>;    providers?: Provider[];}

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[]
Was this chapter helpful?
Report Issue
Edited Feb 2, 2026·Edit this page