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

RegisterDataTableComponent

Allows you to override the default component used to render the data of a particular column in a DataTable. The component should implement the CustomColumnComponent interface. The tableId and columnId can be determined by pressing ctrl + u when running the Admin UI in dev mode.

Example

components/custom-table.component.ts
providers.ts
Signature

Parameters

config