mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
This commit is contained in:
committed by
Torkel Ödegaard
parent
ac8b20a60c
commit
ecbe7d06a6
@@ -104,7 +104,7 @@ export class TableRenderer {
|
||||
return '-';
|
||||
}
|
||||
|
||||
if (_.isString(v)) {
|
||||
if (_.isString(v) || _.isArray(v)) {
|
||||
return this.defaultCellFormatter(v, column.style);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user