Skip to content

Commit 3a46d34

Browse files
committed
Update examples
1 parent 341243d commit 3a46d34

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

extensions/reorder-rows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ <h1>Reorder Rows</h1>
3434
</table>
3535
</div>
3636
</body>
37-
</html>
37+
</html>

issues/188.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
<script src="../assets/bootstrap/js/bootstrap.min.js"></script>
1111
<script src="../assets/bootstrap-table/src/bootstrap-table.js"></script>
1212
<script src="../assets/bootstrap-table/src/extensions/export/bootstrap-table-export.js"></script>
13-
<script src="//rawgit.com/kayalshri/tableExport.jquery.plugin/master/tableExport.js"></script>
14-
<script src="//rawgit.com/kayalshri/tableExport.jquery.plugin/master/jquery.base64.js"></script>
13+
<script src="//rawgit.com/hhurz/tableExport.jquery.plugin/master/tableExport.js"></script>
1514
<script src="../ga.js"></script>
1615
</head>
1716
<body>
@@ -31,4 +30,4 @@ <h1>Show Export button only(<a href="https://github.com/wenzhixin/bootstrap-tabl
3130
</table>
3231
</div>
3332
</body>
34-
</html>
33+
</html>

methods/showRow-hideRow.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="../assets/examples.css">
99
<script src="../assets/jquery.min.js"></script>
1010
<script src="../assets/bootstrap/js/bootstrap.min.js"></script>
11-
<script src="../assets/bootstrap-table/src/bootstrap-table.js"></script>
11+
<script src="../../bootstrap-table/src/bootstrap-table.js"></script>
1212
<script src="../ga.js"></script>
1313
</head>
1414
<body>
@@ -27,12 +27,14 @@ <h1>showRow/hideRow</h1>
2727
data-toggle="table"
2828
data-toolbar="#toolbar"
2929
data-height="460"
30-
data-url="../json/data1.json">
30+
data-pagination="true"
31+
data-side-pagination="server"
32+
data-url="../json/data2.json">
3133
<thead>
3234
<tr>
33-
<th data-field="id">ID</th>
34-
<th data-field="name">Item Name</th>
35-
<th data-field="price">Item Price</th>
35+
<th data-field="id" data-sortable="true">ID</th>
36+
<th data-field="name" data-sortable="true">Item Name</th>
37+
<th data-field="price" data-sortable="true">Item Price</th>
3638
</tr>
3739
</thead>
3840
</table>
@@ -53,4 +55,4 @@ <h1>showRow/hideRow</h1>
5355
});
5456
</script>
5557
</body>
56-
</html>
58+
</html>

0 commit comments

Comments
 (0)