Skip to content

Commit

Permalink
Fixed primefaces#2861 - Header elements in DataTable with virtualScro…
Browse files Browse the repository at this point in the history
…ller are not in the correct position on the scroll.
  • Loading branch information
mertsincan committed May 9, 2022
1 parent 22a5586 commit b7c5680
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/lib/datatable/DataTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@
position: absolute;
}

.p-datatable-scrollable .p-virtualscroller > .p-datatable-table {
display: block;
}

/* Resizable */
.p-datatable-resizable > .p-datatable-wrapper {
overflow-x: auto;
Expand Down

0 comments on commit b7c5680

Please sign in to comment.