angular-ui/ui-grid

excessColumns causes a performance bottleneck

クローズ

#5,288 opened on 2016/04/06

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (2,496 件のフォーク)batch import
help wantedseverity: performance

Repository metrics

Stars
 (5,395 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド