Fixed #4993 - VirtualScroller loading is not working on DataTable

pull/5002/head
mertsincan 2023-12-24 02:34:49 +00:00
parent 68a7a26cd1
commit 7a60ea1f6c
1 changed files with 1 additions and 1 deletions

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;