Skip to content

in PrimeNG table scrollable=true sticky header is not working #133

Discussion options

You must be logged in to vote

Hi,

The scrollable feature breaks the sticky, it's true because it does not have support for the sticky. Sticky is not an actual feature of primeng is a little CSS tweak actually. As an alternative, you can achieve the same thing by vertical scroll https://primeng.org/table#vertical-scroll or you can try to make sticky work by custom CSS.

Here is an implementation of vertical scroll to your example https://stackblitz.com/edit/primeng-tablesticky-demo-vcidwy?file=src%2Fapp%2Fapp.component.html

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Rajput94
Comment options

@cetincakiroglu
Comment options

Answer selected by cetincakiroglu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants