angular-ui/ui-grid

A problematic watch

Fermée

#5 583 ouverte le 26 juil. 2016

 (2 commentaires) (3 réactions) (0 personne assignée)JavaScript (2 496 forks)batch import
help wantedseverity: performance

Métriques du dépôt

Stars
 (5 395 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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