From cf00775bb8fe45154ca6e22ad890f72b011742a6 Mon Sep 17 00:00:00 2001 From: Idan Zalzberg Date: Sun, 10 Apr 2016 11:00:25 +0700 Subject: [PATCH] Table module calls renderingCompleted --- public/app/plugins/panel/table/module.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/panel/table/module.ts b/public/app/plugins/panel/table/module.ts index a6d348064eb..d9bba0576b7 100644 --- a/public/app/plugins/panel/table/module.ts +++ b/public/app/plugins/panel/table/module.ts @@ -218,6 +218,7 @@ class TablePanelCtrl extends MetricsPanelCtrl { if (data) { renderPanel(); } + ctrl.renderingCompleted(); }); } }