Fixed #2534- Header elements in DataTable with virtualScroller are not in the correct position on the scroll.
parent
4c75a1c47c
commit
cde0b4b574
|
@ -2056,6 +2056,10 @@ export default {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-datatable-scrollable .p-virtualscroller > .p-datatable-table {
|
||||||
|
display: inline-block; /* For Safari */
|
||||||
|
}
|
||||||
|
|
||||||
/* Resizable */
|
/* Resizable */
|
||||||
.p-datatable-resizable > .p-datatable-wrapper {
|
.p-datatable-resizable > .p-datatable-wrapper {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
Loading…
Reference in New Issue