Skip to content

Commit

Permalink
Update tablestickydemo.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 9, 2022
1 parent 13d95d2 commit f8272e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/showcase/components/table/tablestickydemo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import { CustomerService } from '../../service/customerservice';
styleUrls: ['./tabledemo.scss'],
styles: [
`
:host ::ng-deep .p-datatable > .p-datatable-wrapper {
overflow: visible;
}
:host ::ng-deep .p-datatable .p-datatable-thead > tr > th {
position: -webkit-sticky;
position: sticky;
Expand Down

0 comments on commit f8272e0

Please sign in to comment.