I am fetching huge set of data to display in ngTable at a time , but i want to fetch data by making service call on each page click rather than fetching it at once .
I have tried to do that by modifying code in the library making service call on each page click and assign the new data set to the ngTable param , but each time I assign new data the pagination is made according to the current data length , which should on the base of total records present in the DB
Thnaks