angular-ui/ui-grid

excessColumns causes a performance bottleneck

Open

#5,288 创建于 2016年4月6日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (2,496 fork)batch import
help wantedseverity: performance

仓库指标

Star
 (5,395 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Hi, As virtulization causes to show white spaces when it is scrolled horizontally, used the following gridOptions excessColumns: 150,virtualizationThreshold: 15, to render all 110 columns. Since, it renders all the columns during initial time, it increases the initial rendering time. Is there a way where we can render partially during the initial time and the remaining grid in an asynchrenous call? is it possible with current version? Please help us. This is performance bottleneck.

贡献者指南