marmelab / ng-admin

Add an AngularJS admin GUI to any RESTful API
http://ng-admin-book.marmelab.com/
MIT License
3.95k stars 728 forks source link

Alternative for the singleApiCall #1377

Open pvanderlinden opened 6 years ago

pvanderlinden commented 6 years ago

If you use the singleApiCall on a reference, it will crash if you go over 30 items. The alternative is the remove it all together resulting in a lot of api calls. Is there something which support pagination?