The user will have better user experience, if the whole data is downloaded to the browser/client and update the view based on the user's selection. I have a large set of data having 5000 rows. I'm looking at the alternate approach where I can make an ajax call based on the user's selection, and brings-in whatever necessary.
Any idea what is the maximum size of data the browser can hold in it's memory?
Any idea what is the maximum size of data the browser can hold in it's memory?