Hi,

I have a table that looks like:

var testTable = new
google.visualization.Table(document.getElementById('test'));
     testTable.draw(myDataTable, {showRowNumber: true});

Later in my code, the contents of myDataTable are updated.  Is there a
way to get the testTable to redraw itself to reflect the new
contents?  How about for other visualizations?

I am *not* using the Dashboard.  For now, I'd prefer to do this with
the standard visualization API.

Any suggestions?

-- 
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