Hi, I am implementing infinite scrolling in my application, and the issue I am facing is that when I call the service to retrieve the next part of the data the last set disappears. Is there a way to make a service add the next set of data?
example: i have records 1 to 10 when users reaches bottom of page the service runs and now displays records 11 to 20.
I need instead to add the next 10 records on the screen and show 20 records in total.
thanx for any suggestions