-4

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

girish
  • 11
  • 6

1 Answers1

-2

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.

GPhilo
  • 18,519
  • 9
  • 63
  • 89
girish
  • 11
  • 6