There was a news about it:
http://www.phpgrid.org/updates/load-grid-from-array-data/
but I need to make separate external api call for each page of grid
so I am getting array of 20 elements but I know that I have 2000 of them, so when the user will click next page I have to make new array (new api call).
So the question is how to make separate array for each 2 elements and load it only when user will click next.
1 Answers
Your Answer