From 77a532bf724c6ca23d76d48fa5ef3d34b7e0c1af Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Mon, 13 Jan 2025 13:06:13 -0700 Subject: [PATCH] Replace Virtual Table v-data-table-virtual says on the tin that it "relies on all data being available locally but unlike the standard data-table it uses virtualization to only render a small portion of the rows." This makes it not a good fit for use showing alert detail rows in the ungrouped Alerts table. We're only rendering a small portion of rows (a little over half) upon expanding a row. The behavior appears glitchy rather than intended when you expand a second row and the first row fills out it's missing rows. Now the table is the non-virtual variant with items-per-page set to -1 so we see every row as expected. --- html/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/index.html b/html/index.html index 36e09d19..241a059e 100644 --- a/html/index.html +++ b/html/index.html @@ -799,7 +799,7 @@

{{ i18n.eventTotal }} {{