Skip to content

Commit

Permalink
Fixed #10979 - Table | Footer is not align when resize mode is enable.
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Jan 6, 2022
1 parent 201b476 commit 47bcc21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/components/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2012,6 +2012,10 @@ export class Table implements OnInit, AfterViewInit, AfterContentInit, Blockable
#${this.id}-table > .p-datatable-tbody > tr > td:nth-child(${index+1}) {
flex: 0 0 ${colWidth}px !important;
}
#${this.id}-table > .p-datatable-tfoot > tr > td:nth-child(${index+1}) {
flex: 0 0 ${colWidth}px !important;
}
`
});
this.styleElement.innerHTML = innerHTML;
Expand Down

0 comments on commit 47bcc21

Please sign in to comment.