blob: 2cea050c0845f60115a36a34614913271339e298 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
]);
var table = new google.visualization.Table(document.getElementById('table_div'));
table.draw(data, {showRowNumber: true, allowHtml: true});
}
</script>
</head>
<body>
<div id="table_div"></div>
</body>
</html>
|