I'm not quite sure what you want to do but once you have a datatable, it 
can be manipulated to create a dataview, and then can either be displayed 
as a table or charts created from it.

Each cell in the table can contain two values, the actual value and a 
formatted value, and operations can be carried out on either. There are 
functions to find things like unique, minimum and maximum values or you can 
get find the number of columns and rows in the table and make your own JS 
functions to manipulate the data.

The best source for what can be done to the tables and views is at 
https://developers.google.com/chart/interactive/docs/reference 

Once you've created a dataview you can then display it as a table on your 
page and apply other formatting options to it, the help for that is at 
https://developers.google.com/chart/interactive/docs/gallery/table 

Not only that, but once drawn, the table or chart can be made interactive 
on your page by using controls and dashboards - 
https://developers.google.com/chart/interactive/docs/gallery/controls

-- 
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/fd63e832-10e6-492d-a697-0c25ac76af9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to