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

Table Virtual Scroll with Fixed Columns and Lazy Loading Causes Erratic Scrolling and Incomplete Data Display #14488

Closed
mertsincan opened this issue Jan 5, 2024 · 0 comments
Assignees
Labels
LTS-15-PORTABLE LTS-16-PORTABLE LTS-FIXED-15.4.15 LTS-FIXED-16.9.4 PRO Support Issue was reported by PRO User Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@mertsincan
Copy link
Member

Reported by PRO User;

... Steps to Reproduce:
Load the initial data in the table with virtual scroll, fixed columns, and lazy loading.
Try scrolling down to load more data.
Observe the table loading new data but then quickly reverting to the top, hindering continuous scrolling and data viewing.
Remove the fixed column attribute in app.component.ts (lines 28 and 29) by setting "frozen" to false.
Scroll down in the modified table setup.
Notice that while scrolling seems smoother, accessing the very last rows of data becomes impossible.
...

@mertsincan mertsincan added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working PRO Support Issue was reported by PRO User labels Jan 5, 2024
@mertsincan mertsincan added this to the 17.3.2 milestone Jan 5, 2024
@mertsincan mertsincan self-assigned this Jan 5, 2024
@github-actions github-actions bot added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LTS-15-PORTABLE LTS-16-PORTABLE LTS-FIXED-15.4.15 LTS-FIXED-16.9.4 PRO Support Issue was reported by PRO User Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible 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