Web: hide table header in notification popover

This commit is contained in:
Sybren A. Stüvel 2022-05-19 13:00:42 +02:00
parent 40bed3db5e
commit 50fc1a1bbc

View File

@ -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.