-
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
Component: Table with pFrozenColumn #16137
Comments
@ranthonissen |
Should I need to create custom directive like - pFrozenColumn . That Custom directive will extend the FrozenColumn class. |
@ajaysaini235 in
and called it from |
You should however check with the source code from your version, for the implementation of |
Thanks, As of now, I have created custom directive cpFrozenColumn and used this in place of pFrozenColumn. I will also try monkeypatch workaround. |
Hi, So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation and try the latest PrimeNG version(v19). If there is no improvement on this, can you open a new issue so we can include it in our roadmap? Thanks a lot for your understanding! |
Describe the bug
When horizontal scroll is zero from left side then user scroll vertically in that case scroll behavior is fine. But if user first scrolled horizontally then try to scroll vertically in that case Frozen Columns taking time to render.
Recording.2024-07-31.171811.mp4
I have created demo on Stack blitz. Please let me know if you need more discussion regarding this ticket. Please help me to resolve this issue ASAP.
[Demo Link] (https://stackblitz.com/edit/primeng-tablevirtualscroll-demo-fyaw3k?file=src%2Fapp%2Fapp.component.html)
Environment
Angular 14
Prime 14
Reproducer
No response
Angular version
14
PrimeNG version
14
Build / Runtime
Angular CLI App
Language
ES6
Node version (for AoT issues node --version)
14.20
Browser(s)
All
Steps to reproduce the behavior
I have attached the video and Online demo link.
Expected behavior
Scroll should be smooth.
The text was updated successfully, but these errors were encountered: