What is the best/most efficient way to combine two DataTables?

data.join() doesn't seem to do what I want since I don't need join
related data, I just need to append one table to another.

I realize I can just loop through the results from DataTable B and
append them to DataTable A, but since the array already exists in the
DataTable object I figure it would be more efficient to append
them.

Right now I'm using data.addRow and the D[x].c array object - this
works great, but obviously using undocumented object names is a bad
idea.

Any suggestions will be appreciated, thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to