Refreshing the screen
Refreshing the screen
Hi all,
We are using jquery to fetch JSON data from a webservice and render it to the screen in a table. We use a foreach loop to iterate through the returned collection of data items and for each item we add a table row and performs various other actions. This can be up to a couple of hundred rows. What I would like to know is how can I get the screen to refresh after a new row is added. Currently, the javascript executes, adds ALL the rows, then the screen is updated. From the users perspective nothing happens for 5-10 seconds and then all of a sudden 100 rows appear on screen. I would like for the user to see each row appear as it is added. Any ideas?
Regards,
Stephen