Hi, I have one function which create the google.visualization.Table and add rows to it.
Now i have one button on the same page and i need to get the no. of rows in that table. var gogdata = new google.visualization.DataTable(); Certainly, i can make the 'var gogdata' var as global and access the *getNumberOfRows <https://developers.google.com/chart/interactive/docs/dev/dsl_javadocs/com/google/visualization/datasource/datatable/DataTable.html#getNumberOfRows()>* () but i dont want to make it global as i have many table. Is there a way though which if i pass an ID associated with the table, it gives me the table instace and then i can use the function *getNumberOfRows <https://developers.google.com/chart/interactive/docs/dev/dsl_javadocs/com/google/visualization/datasource/datatable/DataTable.html#getNumberOfRows()>* () regards Pushpendar -- 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.
