angular-ui/ui-grid

Horizontal scrolling makes the page unresponsive in Chrome

Open

#7177 aperta il 27 set 2021

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (2496 fork)batch import
grid-corehelp wantedseverity: performance

Metriche repository

Star
 (5395 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor