How can I get server-side-pagination in ng-grid in AngularsJS
问题 I have a ng-grid in angular application ,the data coming to grid from database by calling the web-services .services are 1. (GET) getAllCustomerListCount which gives integer number like 6202. 2. (GET) getAllCustomerListByRange which takes two parameters like startFrom parameter takes integer which represent starting or begin range to display ,and another parameter noOfRecords takes integer which represent no.of records to display . As of now i am calling the getAllCustomerListCount first to