Load Grid from Array Data

QuestionsLoad Grid from Array Data
Hubert asked 11 years ago

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
Abu Ghufran answered 11 years ago

Hello,

The array data loading may not be a good solution for it because after one server call,
all rest operations are done on client side.

Separate external api call for each page loading is not supported now.

Your Answer

17 + 14 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?