angular-ui/ui-grid

excessColumns causes a performance bottleneck

已關閉

#5,288 建立於 2016年4月6日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (2,496 個分叉)batch import
help wantedseverity: performance

倉庫指標

星標
 (5,395 顆星)
PR 合併指標
 (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.

貢獻者指南