angular-ui/ui-grid

Performance Issue in UI-grid

Open

#5 449 ouverte le 2 juin 2016

Voir sur GitHub
 (0 commentaires) (1 réaction) (0 assignés)JavaScript (2 496 forks)batch import
help wantedseverity: performance

Métriques du dépôt

Stars
 (5 395 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Hi

I am using latest version of ui-grid. when i try to work on performance by using "AngularJS Batarang".

i have notice that

{ 'margin-left': colContainer.getMargin('left') + 'px', 'margin-right': colContainer.getMargin('right') + 'px' }

this function take more time to load only 300 data. 500ms time

how to reduce time

Guide contributeur