You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using material mat-table and there is a requirement to show the table rows using virtual scrolling.I know the Virtual scrolling is a recent feature in Material 2,Can this be intergharted with Mat-table as well.
<mat-table #table [dataSource]="dataSource"> ??
What is the expected behavior?
Virtual scroll is needed for the Mat-Table rows.
please keep this separate from the below , as that seems a generic enhancement #10122
What is the current behavior?
Mat-Table does not provide a way to integrate this.
What are the steps to reproduce?
Providing a StackBlitz reproduction is the best way to share your issue.
From the #10122 its hard to figure out that Virtual scroll is available now within Mat-table or not.It would be really great if you can comment on that.
Bug, feature request, or proposal:
i am using material mat-table and there is a requirement to show the table rows using virtual scrolling.I know the Virtual scrolling is a recent feature in Material 2,Can this be intergharted with Mat-table as well.
<mat-table #table [dataSource]="dataSource"> ??
What is the expected behavior?
Virtual scroll is needed for the Mat-Table rows.
please keep this separate from the below , as that seems a generic enhancement
#10122
What is the current behavior?
Mat-Table does not provide a way to integrate this.
What are the steps to reproduce?
Providing a StackBlitz reproduction is the best way to share your issue.
StackBlitz starter: https://goo.gl/wwnhMV
example of virtual scroll
https://stackblitz.com/edit/angular-material-mipznb?file=app%2Fvirtual-scroll%2Fvirtual-scroll.component.html
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: