Show more features button

1079
11
07-10-2018 08:38 AM
EvelynHernandez
Occasional Contributor III

Hello everyone,

I want to know if there is an example on how i can handle a lot of data returned from my rest service (more than 1M features) in a good way.

My idea is doing something similar like a table that loads the first 50 features with a button that says "show more". So when u press it u load the next 50 and so on (till complete the 1M if the user wants).

Is there any way on how to handle this?

Thanks in advice

0 Kudos
11 Replies
JackFairfield
Occasional Contributor II

Why don't you just bypass the ArcGis JS Framework entirely and use ajax to sort through the results.

Here is an example:

Simple AJAX Example 

EvelynHernandez
Occasional Contributor III

That's what i was talking about. I will check it but i think it will be useful for me.

Thanks !

0 Kudos