blob: 2cea050c0845f60115a36a34614913271339e298 [file] [log] [blame]
Donna Dionne4138a6a2015-02-04 20:09:40 -08001 ]);
2
3 var table = new google.visualization.Table(document.getElementById('table_div'));
Donna Dionne81ce8dd2015-04-14 09:50:54 -07004 table.draw(data, {showRowNumber: true, allowHtml: true});
Donna Dionne4138a6a2015-02-04 20:09:40 -08005 }
6 </script>
7 </head>
8 <body>
9 <div id="table_div"></div>
10 </body>
11</html>