Merge pull request #2535 from tugcekucukoglu/virtual
Fixed #2534- Header elements in DataTable with virtualScroller are no…pull/2538/head
commit
cdb1449f44
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue