help wantedseverity: performance
仓库指标
- Star
- (5,395 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
I have around 650 rows of data I want to render using UI Grid. However, only the first 6 rows show up. If I set virtualizationThreshold='651', the rows all load, but performance is mind-numbingly poor. Is there a solution that allows virtualization when dealing with large data sets? Please help!