Table: Make sparkline cell respect no value option. (#75750)
Make sparkline respect no value option
This commit is contained in:
@@ -35,7 +35,7 @@ export const SparklineCell = (props: TableCellProps) => {
|
||||
if (!sparkline) {
|
||||
return (
|
||||
<div {...cellProps} className={tableStyles.cellContainer}>
|
||||
no data
|
||||
{field.config.noValue || 'no data'}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user