angular-ui/ui-grid

excessColumns causes a performance bottleneck

Open

#5.288 aberto em 6 de abr. de 2016

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (2.496 forks)batch import
help wantedseverity: performance

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador