TinyBase logoTinyBase

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

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

componentComponentType<ValueProps>

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

Since

v6.6.0