Do javascript variables have a storage capacity limit?
I\'m designing one YUI datatable where I fetch the data from database and store it in a js object and wherever
There is a limit on JavaScript objects max js object limit. What i would suggest using is session objects because that's what it sounds like your trying to do anyway.