From 7a60ea1f6c950fae897030a24002b226bcd23be6 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Sun, 24 Dec 2023 02:34:49 +0000 Subject: [PATCH] Fixed #4993 - VirtualScroller loading is not working on DataTable --- components/lib/datatable/style/DataTableStyle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/datatable/style/DataTableStyle.js b/components/lib/datatable/style/DataTableStyle.js index ea757fcb0..e22fd5d81 100644 --- a/components/lib/datatable/style/DataTableStyle.js +++ b/components/lib/datatable/style/DataTableStyle.js @@ -230,7 +230,7 @@ const css = ` } .p-datatable .p-virtualscroller .p-virtualscroller-loading { - transform: none; + transform: none !important; min-height: 0; position: sticky; top: 0;