angular-ui/ui-grid

A problematic watch

Open

#5,583 建立於 2016年7月26日

在 GitHub 查看
 (2 留言) (3 反應) (0 負責人)JavaScript (2,496 fork)batch import
help wantedseverity: performance

倉庫指標

Star
 (5,395 star)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南