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
Asked
Active
Viewed 2,075 times
-4
-
Why are you getting an AJAX error? without AJAX, there is no use of AngularJS – Muaaz Khalid Aug 30 '17 at 08:43
-
i tried to use deferrender to increase speed than i got ajax error – girish Aug 30 '17 at 10:36
-
You should never use `ng-repeat` on large datasets. Use dataTables' built in render instead, i.e native rendering. – davidkonrad Aug 31 '17 at 15:09
-
@davidkonrad a link to a reference would be much of a help :) – Shekhar Reddy Apr 24 '18 at 15:23