help wantedseverity: performance
Métricas do repositório
- Stars
- (5.395 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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