Here is my code :
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
google.load('visualization', '1',{'packages': ['table']});
and then later on (both data and dataToAdd are DataTable()):
data.addRow(dataToAdd.getRow(0)); Ah OK. So what is my link describing?
I found a workaround by using the ".K" property.
--
You received this message because you are subscribed to a topic in the Google Groups "Google Visualization API" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-visualization-api/m12BbSUmQc0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.
Ah OK. So what is my link describing?
I found a workaround by using the ".K" property.
On 3 Jul 2013 01:10, "asgallant" <drew_g...@abtassoc.com> wrote:
There is no DataTable#getRow method. What is the ultimate goal you are trying to accomplish here? Copying data from one DataTable to another is rarely the best way to approach a problem, so there might be a simpler solution waiting for you.
On Monday, July 1, 2013 11:44:48 PM UTC-4, Tristan Chapo wrote:--Here is my code :
<script type="text/javascript" src="https://www.google.com/jsapi"></script> google.load('visualization', '1',{'packages': ['table']});and then later on (both
dataanddataToAddareDataTable()):data.addRow(dataToAdd.getRow(0));
On Tuesday, July 2, 2013 11:04:15 AM UTC+8, Tristan Chapo wrote:Hello Everyone,I was trying to use the getRow() method : The function in question is here.But when running my webpage I get "Uncaught TypeError: Object #<U> has no method 'getRow' ".Has this function been deprecated ? If not, how can I make sure I can use it ?Cheers
You received this message because you are subscribed to a topic in the Google Groups "Google Visualization API" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-visualization-api/m12BbSUmQc0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-visualization-api+unsub...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to google-visualizati...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and all its topics, send an email to google-visualizati...@googlegroups.com.