Merge pull request #9102 from ArtemDzhereleiko/AD/bug-fix/time-table/columns-display-title
Timeseries table widget columns display fixed columns name
This commit is contained in:
commit
090a4fa2a8
@ -466,7 +466,7 @@ export class TimeseriesTableWidgetComponent extends PageComponent implements OnI
|
|||||||
} else if (value === 'actions') {
|
} else if (value === 'actions') {
|
||||||
title = 'Actions';
|
title = 'Actions';
|
||||||
} else {
|
} else {
|
||||||
title = header.dataKey.name;
|
title = header.dataKey.label;
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
title,
|
title,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user