Fixed #4993 - VirtualScroller loading is not working on DataTable

This commit is contained in:
mertsincan 2023-12-24 02:34:49 +00:00
parent 68a7a26cd1
commit 7a60ea1f6c

View file

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