Skip to content

Instantly share code, notes, and snippets.

@beauvais
Last active December 14, 2015 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save beauvais/5083596 to your computer and use it in GitHub Desktop.
Save beauvais/5083596 to your computer and use it in GitHub Desktop.
//jsonData contains data in the appropriate format
var json_table = new google.visualization.Table(document.getElementById('table_div_json')) var json_data = new google.visualization.DataTable(jsonData, 0.6);
json_table.draw(json_data, {
showRowNumber: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment