Re: Problems with large amounts of data using prototype's Ajax.Updater class
Posted By:
Anonymous
Posted On:
Tuesday, September 5, 2006 05:13 PM
Sounds like a bit much to load into a browser at once. You should probably break it up into pages like show 100 results per page. Use AJAX to fetch the current page and have forward and back page buttons.