Fixed #2622 - Datatable rows are not the full width in scroll both mode

pull/2888/head
mertsincan 2022-08-22 15:02:58 +01:00
parent ced915ab8e
commit 56feee491f
1 changed files with 2 additions and 2 deletions

View File

@ -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 {