summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autobuild/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild/index.html b/autobuild/index.html
index 86847b0..6c75c7b 100644
--- a/autobuild/index.html
+++ b/autobuild/index.html
@@ -8,7 +8,7 @@
function drawTable() {
var d = new google.visualization.DataTable(window.data);
var table = new google.visualization.Table(document.getElementById('table_div'));
- table.draw(d, {showRowNumber: false, allowHtml: true});
+ table.draw(d, {showRowNumber: false, allowHtml: true, page: 'enable'});
var successView = new google.visualization.DataView(d);
successView.setColumns([0,9]);