angular-ui/ui-grid

Performance Issue in UI-grid

Open

#5,449 创建于 2016年6月2日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)JavaScript (2,496 fork)batch import
help wantedseverity: performance

仓库指标

Star
 (5,395 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南