From 50fc1a1bbc4996166a0d864ea87525017b38848a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 19 May 2022 13:00:42 +0200 Subject: [PATCH] Web: hide table header in notification popover --- web/app/src/components/FooterPopup.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/src/components/FooterPopup.vue b/web/app/src/components/FooterPopup.vue index b211c93c..863326f5 100644 --- a/web/app/src/components/FooterPopup.vue +++ b/web/app/src/components/FooterPopup.vue @@ -30,6 +30,7 @@ const tabOptions = { initialSort: [ { column: "time", dir: "asc" }, ], + headerVisible: false, layout: "fitDataStretch", resizableColumnFit: true, height: "calc(20vh - 3rem)", // Must be set in order for the virtual DOM to function correctly.