TinyBase logoTinyBase

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>;
}
TypeDescription
labelstring

A string that will be used as the label at the top of the column for this Cell.

componentComponentType<RowProps>

A custom component for rendering each extra Cell in the table, and which will be passed props for the Row with which it is placed.

Since

v6.6.0