help wantedseverity: performance
Repository metrics
- Stars
- (5,395 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.