Skip to content

Commit

Permalink
remove overwritten header
Browse files Browse the repository at this point in the history
partly to have a better example for #1015
  • Loading branch information
gordonwoodhull committed Dec 22, 2015
1 parent 44ad7ea commit 58fe586
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions web/examples/table-pagination.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@
</head>
<body>

<table id="test">
<thead>
<tr>
<th>Expt</th>
<th>#Run</th>
<th>Avg(Speed)</th>
</tr>
</thead>
</table>
<table id="test"></table>
<div id="paging">
Showing <span id="begin"></span>-<span id="end"></span> of <span id="size"></span>.
<input id="last" type="Button" value="Last" onclick="javascript:last()" />
Expand Down

0 comments on commit 58fe586

Please sign in to comment.