Skip to content

Commit

Permalink
Fixed #2622 - Datatable rows are not the full width in scroll both mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Aug 22, 2022
1 parent db154b5 commit 2d25f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datatable/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2d25f29

Please sign in to comment.