-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Virtual Scrolling in mat-table #13767
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
Comments
Integrating Virtual Scroll with the Table is being tracked in #10122. |
Mat-table available with this feature ? https://datatables.net/extensions/scroller/examples/initialisation/server-side_processing.html Pagination not getting updated based one scrolling |
@manavalan this issue is closed. If you have a question about how to implement a certain feature using If you have a feature request, please open a new issue. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Feature request
What is the expected behavior?
Faster initialization and scrolling inside mat-table
What is the current behavior?
With mat-table using MatTableDataSource it does not support virtual scroll
What are the steps to reproduce?
n/a
What is the use-case or motivation for changing an existing behavior?
We have two long lists side by side, with the possibility of dragging from one list to the other. The performance is very slow because Change Detection is running on the full lists, when only the items that are visible in each list should be subject to the Change Detection.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Latest
Is there anything else we should know?
We love Angular and Material Design 👍
The text was updated successfully, but these errors were encountered: