angular-ui/ui-grid

Horizontal scrolling makes the page unresponsive in Chrome

Fechada

#7.177 aberto em 27 de set. de 2021

 (1 comentário) (0 reação) (0 responsável)JavaScript (2.496 forks)batch import
grid-corehelp wantedseverity: performance

Métricas do repositório

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

Description

UI gets stuck when I scroll horizontally and makes the page unresponsive in Chrome. I am using 4.10.0 version of UI-Grid. My table has 10 columns and the data is limited to 50 rows per page.

I have already tried setting "columnVirtualizationThreshold: $scope.columns.length", but this didn't resolve the issue. Any help on resolving this is much appreciated.

Guia do colaborador