(cherry picked from commit 056a1fec3d)
Co-authored-by: Joao Silva <100691367+JoaoSilvaGrafana@users.noreply.github.com>
This commit is contained in:
co-authored by
Joao Silva
parent
5820ac0d76
commit
50ada76a7d
@@ -145,7 +145,7 @@ export class TablePanel extends Component<Props> {
|
||||
|
||||
return (
|
||||
<div className={tableStyles.wrapper}>
|
||||
{this.renderTable(data.series[currentIndex], width, height - inputHeight + padding)}
|
||||
{this.renderTable(data.series[currentIndex], width, height - inputHeight - padding)}
|
||||
<div className={tableStyles.selectWrapper}>
|
||||
<Select options={names} value={names[currentIndex]} onChange={this.onChangeTableSelection} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user