ExtraValueCell
The ExtraValueCell object is used to configure the rendering of extra cells in an HTML table that's displaying Values - before or after the regular data cells.
{
label: string;
component: Component<ValueViewProps>;
}| Type | Description | |
|---|---|---|
label | string | A string that will be used as the label at the top of the column for this |
component | Component<ValueViewProps> | A custom component for rendering each extra |
Since
v6.6.0