Skip to content
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

TurboTable Frozen columns and Virtual scroll bottom alignment #5245

Closed
sky007 opened this issue Mar 2, 2018 · 2 comments
Closed

TurboTable Frozen columns and Virtual scroll bottom alignment #5245

sky007 opened this issue Mar 2, 2018 · 2 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@sky007
Copy link

sky007 commented Mar 2, 2018

I'm submitting a ...

[x] bug report
[ ] feature request
[ ] support request 

Plunkr Case (Bug Reports)
https://stackblitz.com/edit/angular-abqgls?embed=1&file=app/app.component.ts

Current behavior
When you have a virtualscroll and the table has an horizontal scroll the last row of the body won't align with the frozen row on the bottom.

image

Expected behavior
The frozenbody rows aligns correctly with the body rows.

Minimal reproduction of the problem with instructions
https://stackblitz.com/edit/angular-abqgls?embed=1&file=app/app.component.ts

What is the motivation / use case for changing the behavior?
Correct alignment for the user and the looks of the turbotable

Please tell us about your environment:

  • Angular version: 5.X

  • PrimeNG version: 5.2.0

  • Browser: All

@wsh92
Copy link

wsh92 commented Mar 9, 2018

Same Issue for me also.,Any solution ?

@sky007
Copy link
Author

sky007 commented Mar 12, 2018

Haven't got any solution, but I know the cause of the disalignment. It's because the table has an position: absolute which ignores the padding-bottom: 17px that makes the alignment correct.

@cagataycivici cagataycivici self-assigned this Mar 14, 2018
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Mar 14, 2018
@cagataycivici cagataycivici added this to the 5.2.4 milestone Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

3 participants