angular-ui/ui-grid

Performance Issue in UI-grid

Open

#5.449 geöffnet am 2. Juni 2016

Auf GitHub ansehen
 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
help wantedseverity: performance

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide