Hi,

in google table how we can create table in cell 

for example function drawTable() {
  var data = new google.visualization.DataTable();
  data.addColumn('string', 'Name');
  data.addColumn('number', 'Salary');
  data.addColumn('boolean', 'Full Time'); :- how to device this column in 2 
sub column ??


thanks
dev


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/9e6d12a9-5eae-4a7a-9f4e-9a8340f2a276o%40googlegroups.com.

Reply via email to