Skip to content

Commit 3d7c499

Browse files
committed
update
1 parent 00b5781 commit 3d7c499

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

assets/bootstrap-table

Submodule bootstrap-table updated 91 files

examples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var projects = {
1616
max = offset + limit,
1717
rows = [],
1818
result = {
19-
total: 800,
19+
total: +req.query.total || 800,
2020
rows: []
2121
};
2222

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<li><a href="methods/insertRow.html">insertRow</a></li>
7272
<li><a href="methods/updateRow.html">updateRow</a></li>
7373
<li><a href="methods/updateByUniqueId.html">updateByUniqueId</a></li>
74-
<li><a href="methods/showRow-hideRow.html">showRow/hideRow</a></li>
74+
<li><a href="methods/showRow-hideRow.html">showRow/hideRow</a></li>
7575
<li><a href="methods/mergeCells.html">mergeCells</a></li>
7676
<li><a href="methods/checkAll-uncheckAll.html">checkAll/uncheckAll</a></li>
7777
<li><a href="methods/check-uncheck.html">check/uncheck</a></li>

index.html.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
<li><a href="methods/removeByUniqueId.html">removeByUniqueId</a></li>
7171
<li><a href="methods/insertRow.html">insertRow</a></li>
7272
<li><a href="methods/updateRow.html">updateRow</a></li>
73-
<li><a href="methods/showRow-hideRow.html">showRow/hideRow</a></li>
73+
<li><a href="methods/updateByUniqueId.html">updateByUniqueId</a></li>
74+
<li><a href="methods/showRow-hideRow.html">showRow/hideRow</a></li>
7475
<li><a href="methods/mergeCells.html">mergeCells</a></li>
7576
<li><a href="methods/checkAll-uncheckAll.html">checkAll/uncheckAll</a></li>
7677
<li><a href="methods/check-uncheck.html">check/uncheck</a></li>

0 commit comments

Comments
 (0)