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: ComponentType<ValueProps>;
}
Type | Description | |
---|---|---|
label | string | A string that will be used as the label at the top of the column for this |
component | ComponentType<ValueProps> | A custom component for rendering each extra |
Since
v6.6.0