From 50ada76a7d3e6e54bd74155059f3a9edaa784eab Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 30 May 2022 23:47:14 -0400 Subject: [PATCH] PanelEditor: Fixes issue with Table view and multi data frames (#49854) (#49866) (cherry picked from commit 056a1fec3d20ae9c9f79e5ef097e0ebaba77441e) Co-authored-by: Joao Silva <100691367+JoaoSilvaGrafana@users.noreply.github.com> --- public/app/plugins/panel/table/TablePanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/table/TablePanel.tsx b/public/app/plugins/panel/table/TablePanel.tsx index d80d4234842..9e35be29ec8 100644 --- a/public/app/plugins/panel/table/TablePanel.tsx +++ b/public/app/plugins/panel/table/TablePanel.tsx @@ -145,7 +145,7 @@ export class TablePanel extends Component { return (
- {this.renderTable(data.series[currentIndex], width, height - inputHeight + padding)} + {this.renderTable(data.series[currentIndex], width, height - inputHeight - padding)}