Fixed #2622 - Datatable rows are not the full width in scroll both mode
parent
ced915ab8e
commit
56feee491f
|
@ -1072,7 +1072,7 @@ export default {
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
//footers
|
||||
let footerInitiated = false;
|
||||
for (let i = 0; i < this.columns.length; i++) {
|
||||
|
@ -2050,7 +2050,7 @@ export default {
|
|||
.p-datatable-scrollable-horizontal .p-datatable-thead > tr > th
|
||||
.p-datatable-scrollable-horizontal .p-datatable-tbody > tr > td,
|
||||
.p-datatable-scrollable-horizontal .p-datatable-tfoot > tr > td {
|
||||
flex: 0 0 auto;
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
.p-datatable-flex-scrollable {
|
||||
|
|
Loading…
Reference in New Issue