An easier way to do what you want to do is to use the examples on 
https://developers.google.com/chart/interactive/docs/spreadsheets and 
https://developers.google.com/chart/interactive/docs/gallery/table

Using the examples you can see you have to load the table package by using 

google.charts.load('current', {'packages':['table']});

You can also then use the methods and options in the second of those pages. 
For example, the showRowNumber option is set to false as a default so that 
column won't show. It is also mobile-friendly, so the table is sortable on 
most devices.

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/385c3cd3-0942-4152-8cbb-c316a23b9123%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to