Skip to content

Commit

Permalink
Merge pull request #17492 from primefaces/issue-17490
Browse files Browse the repository at this point in the history
fix: update tablestyle.ts #17490
  • Loading branch information
cetincakiroglu authored Jan 24, 2025
2 parents 248249e + 8927f39 commit 67bf1ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/primeng/src/table/style/tablestyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ const theme = ({ dt }) => `
.p-datatable-scrollable th.p-datatable-frozen-column {
z-index: 1;
position: sticky;
background: ${dt('datatable.header.cell.background')};
}
.p-datatable-scrollable td.p-datatable-frozen-column {
z-index: 1;
position: sticky;
background: ${dt('datatable.header.cell.background')};
}
.p-datatable-scrollable > .p-datatable-table-container > .p-datatable-table > .p-datatable-thead,
Expand Down

0 comments on commit 67bf1ff

Please sign in to comment.