-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
p-calendar inside p-table filter z-index #5542
Comments
Found a workaround here
|
Actually that isn't a work around at all - it's a 'fixed' position so when you scroll it doesn't maintain it's position. |
Easier "fix" but similarly flawed: add appendTo="body" to p-calendar. |
adding appendTo="body" fixed this for me - thank you |
I'm sorry to put a comment on this after it has been already closed, but with the appendTo="body" workaround, when you scroll it still doesn't maintain its position... Do you know any other solution for this? |
For me, I had to set |
I believe this is a z-index issue :
When using within a template
When clicking on the calendar to open it - it is hidden under the table itself:
![image](https://user-images.githubusercontent.com/132404/38632930-286646a4-3d8c-11e8-94ae-d78dd550ab4b.png)
The text was updated successfully, but these errors were encountered: