CatalogTableColumnsFunc
Home > @backstage/plugin-catalog
> CatalogTableColumnsFunc
Typed columns function to dynamically render columns based on entity list context.
Signature:
export type CatalogTableColumnsFunc = (entityListContext: EntityListContextProps) => TableColumn<CatalogTableRow>[];
References: EntityListContextProps, TableColumn, CatalogTableRow