Skip to content

Commit cdf8c0f

Browse files
committed
Merge pull request grafana#4635 from idanz/patch-2
Table module calls renderingCompleted
2 parents 8b5f71f + cf00775 commit cdf8c0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/app/plugins/panel/table/module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ class TablePanelCtrl extends MetricsPanelCtrl {
218218
if (data) {
219219
renderPanel();
220220
}
221+
ctrl.renderingCompleted();
221222
});
222223
}
223224
}

0 commit comments

Comments
 (0)