Fixed #2622 - Datatable rows are not the full width in scroll both mode
parent
ced915ab8e
commit
56feee491f
|
@ -2050,7 +2050,7 @@ export default {
|
||||||
.p-datatable-scrollable-horizontal .p-datatable-thead > tr > th
|
.p-datatable-scrollable-horizontal .p-datatable-thead > tr > th
|
||||||
.p-datatable-scrollable-horizontal .p-datatable-tbody > tr > td,
|
.p-datatable-scrollable-horizontal .p-datatable-tbody > tr > td,
|
||||||
.p-datatable-scrollable-horizontal .p-datatable-tfoot > tr > td {
|
.p-datatable-scrollable-horizontal .p-datatable-tfoot > tr > td {
|
||||||
flex: 0 0 auto;
|
flex: 1 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-datatable-flex-scrollable {
|
.p-datatable-flex-scrollable {
|
||||||
|
|
Loading…
Reference in New Issue