angular-ui/ui-grid

Performance Issue in UI-grid

Open

#5,449 opened on 2016年6月2日

GitHub で見る
 (0 comments) (1 reaction) (0 assignees)JavaScript (2,496 forks)batch import
help wantedseverity: performance

Repository metrics

Stars
 (5,395 stars)
PR merge metrics
 (30d に merged 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

コントリビューターガイド