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

New Component: Scroller #11656

Closed
mertsincan opened this issue Jun 28, 2022 · 0 comments
Closed

New Component: Scroller #11656

mertsincan opened this issue Jun 28, 2022 · 0 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@mertsincan
Copy link
Member

mertsincan commented Jun 28, 2022

Scroller is a performant approach to handle huge data efficiently.

It is designed as an API in general terms and is used instead of cdk-virtual-scroll in all our components. As it is known, Angular cdk-virtual-scroll was limiting our components at many points. The most basic example of this is when it was desired to use virtualscroll in DataTable, it was impossible to use it with any sticky element due to the nature of cdk-virtual-scroll. So we needed this kind of component/API to solve such problems and take our virtual scroller structure one step further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

2 participants