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 ![]()
Why don't you just bypass the ArcGis JS Framework entirely and use ajax to sort through the results.
Here is an example:
That's what i was talking about. I will check it but i think it will be useful for me.
Thanks !