« Return to Thread: Re: JSON Object to FilteringTable

Re: JSON Object to FilteringTable

by Tom Trenka :: Rate this Message:

Reply to Author | View in Thread

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/FAQ
Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
Dojo-interest@dojotoolkit.org
http://dojotoolkit.org/mailman/listinfo/dojo-interest


 « Return to Thread: Re: JSON Object to FilteringTable