feat(Table): use contentstyle prop to adjust topRows style

This commit is contained in:
Aminejv 2021-09-01 16:42:46 +01:00 committed by Martina
parent 26adac01c3
commit ecede8d196

View File

@ -147,6 +147,7 @@ export class Table extends React.Component {
backgroundColor: this.props.noColor ? null : ac[c.key].color, backgroundColor: this.props.noColor ? null : ac[c.key].color,
flexShrink, flexShrink,
}} }}
contentstyle={c.contentstyle}
tooltip={c.tooltip} tooltip={c.tooltip}
> >
{text} {text}