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 data and dataToAdd are DataTable()):
>
> 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<https://developers.google.com/chart/interactive/docs/dev/dsl_javadocs/com/google/visualization/datasource/datatable/DataTable#getRow(int)>
>> .
>> 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 the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to