angular-ui/ui-grid

A problematic watch

Open

#5 583 ouverte le 26 juil. 2016

Voir sur GitHub
 (2 commentaires) (3 réactions) (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

Please pay attention that such watches as ng-style=\"{ 'margin-left': colContainer.getMargin('left') + 'px'
on line 28204

that calls the following method on each digest cycle GridRenderContainer.prototype.getMargin = function getMargin(side)

create a huge overhead.

Guide contributeur