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