Skip to content

Commit 58fe586

Browse files
remove overwritten header
partly to have a better example for #1015
1 parent 44ad7ea commit 58fe586

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

web/examples/table-pagination.html

+1-9
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@
77
</head>
88
<body>
99

10-
<table id="test">
11-
<thead>
12-
<tr>
13-
<th>Expt</th>
14-
<th>#Run</th>
15-
<th>Avg(Speed)</th>
16-
</tr>
17-
</thead>
18-
</table>
10+
<table id="test"></table>
1911
<div id="paging">
2012
Showing <span id="begin"></span>-<span id="end"></span> of <span id="size"></span>.
2113
<input id="last" type="Button" value="Last" onclick="javascript:last()" />

0 commit comments

Comments
 (0)