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

pull/2873/head
mertsincan 2022-08-22 15:01:57 +01:00
parent db154b59ac
commit 2d25f29644
1 changed files with 1 additions and 1 deletions

View File

@ -2043,7 +2043,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 {