Skip to content

Commit

Permalink
Merge pull request #2535 from tugcekucukoglu/virtual
Browse files Browse the repository at this point in the history
Fixed #2534- Header elements in DataTable with virtualScroller are no…
  • Loading branch information
tugcekucukoglu authored May 11, 2022
2 parents 4c75a1c + cde0b4b commit cdb1449
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 cdb1449

Please sign in to comment.