Jayaram Krishnaswamy wrote:
Does the JSON data always need to go through an intermediary store to the filtering table?
Yes.
Jayaram Krishnaswamy wrote:
Does it needs to be converted into an array before populating the table?
Considering that a table is usually a representation of a set of objects in a non-named manner (i.e. an array), yes.
Jayaram Krishnaswamy wrote:
Is it OK to unpack the object and stuff it into a table like one normaly does populating a table looping through the elements?
If you want to deal with poor performance, sure. But I think you're confusing generating a string on a server with manipulating a DOM on a client...
trt
_______________________________________________
Dojo FAQ:
http://dojo.jot.com/FAQDojo Book:
http://manual.dojotoolkit.org/DojoDotBookDojo-interest@dojotoolkit.org
http://dojotoolkit.org/mailman/listinfo/dojo-interest