slow loading of angular datatable with large data with ng-repeat

2.1k Views Asked by At

I am dealing with a project contains angular datatable . Problem with this data table it contains about 2500 rows to display. it is taking nearly 1 min to load. pagination is also applyed it contains 500 pages each page display 5 rows based on filtering .i have tried vs-repeat and limti to filter but no luck. i cant apply server side procesing because i am getting ajax error .Any help? please

1

There are 1 best solutions below

0
On BEST ANSWER

Instead of using ng-repeat and angualar datatable tried to use ui-grid it works and loading speed of table is increased now.if anyone go with performance issues try to use ui-grid.hope this helps someone.