angular/components
在 GitHub 查看Angular Material CDK scrolling - Display a million items is not working...
Open
#23,174 建立於 2021年7月15日
P3area: cdk/scrollinghelp wanted
倉庫指標
- Star
- (24,044 star)
- PR 合併指標
- (平均合併 3天 12小時) (30 天內合併 98 個 PR)
描述
How to Reproduce:
- Take the first example from https://material.angular.io/cdk/scrolling/examples open it in stackblitz an display 1 Mio instaed of 100,000
- Scroll down to the end. The last item displayed is 213,043
Cause:
- Maximum height of single Elements in Browsers
Possible Solution:
- Use more than one element inside the ViewPort to render Items