Skip to content

Commit

Permalink
Fixed #2534- Header elements in DataTable with virtualScroller are no…
Browse files Browse the repository at this point in the history
…t in the correct position on the scroll.
  • Loading branch information
tugcekucukoglu committed May 11, 2022
1 parent 4c75a1c commit cde0b4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/datatable/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2056,6 +2056,10 @@ export default {
display: table-cell;
}
.p-datatable-scrollable .p-virtualscroller > .p-datatable-table {
display: inline-block; /* For Safari */
}
/* Resizable */
.p-datatable-resizable > .p-datatable-wrapper {
overflow-x: auto;
Expand Down

0 comments on commit cde0b4b

Please sign in to comment.