Skip to content

Commit fe90832

Browse files
committed
example link error.
1 parent 021f80d commit fe90832

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

index.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,24 @@
7676
<i class="glyphicon glyphicon-chevron-right"></i>
7777
</a>
7878
<ul>
79-
@@list@@
79+
<li>137. <a href="137.html">Refresh from url after use data option</a></li>
80+
<li>152. <a href="152.html">How to pass parameter to server</a></li>
81+
<li>177. <a href="177.html">The Multiple Fields in Column</a></li>
82+
<li>188. <a href="188.html">Show Export button only</a></li>
83+
<li>220. <a href="220.html">Hide state column</a></li>
84+
<li>283. <a href="283.html">Use resetView to reset the header width</a></li>
85+
<li>337. <a href="337.html">Custom fontawsome icons</a></li>
86+
<li>350. <a href="350.html">Support for data-field with dot notation</a></li>
87+
<li>353. <a href="353.html">Use responseHandler option to handle your response data</a></li>
88+
<li>371. <a href="371.html">Using table content in a HTML form</a></li>
89+
<li>383. <a href="383.html">Use Flat UI to style the checkboxes</a></li>
90+
<li>386. <a href="386.html">Override default queryParam variables</a></li>
91+
<li>395. <a href="395.html">Enable/disable delete button on click checkbox</a></li>
92+
<li>406. <a href="406.html">Align the toolbar and search input</a></li>
93+
<li>409. <a href="409.html">Refresh method with new url</a></li>
94+
<li>415. <a href="415.html">Get checked row index</a></li>
95+
<li>424. <a href="424.html">Toggle pagination</a></li>
96+
<li>457. <a href="457.html">Set the global defaults for the table</a></li>
8097
</ul>
8198
</div>
8299

methods/check-uncheck.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<body>
1515
<div class="container">
1616
<div class="ribbon">
17-
<a href="https://github.com/wenzhixin/bootstrap-table-examples/blob/master/methods/check/uncheck.html" target="_blank">View Source on GitHub</a>
17+
<a href="https://github.com/wenzhixin/bootstrap-table-examples/blob/master/methods/check-uncheck.html" target="_blank">View Source on GitHub</a>
1818
</div>
1919
<h1>check/uncheck</h1>
2020
<p>

methods/checkAll-uncheckAll.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<body>
1515
<div class="container">
1616
<div class="ribbon">
17-
<a href="https://github.com/wenzhixin/bootstrap-table-examples/blob/master/methods/checkAll/uncheckAll.html" target="_blank">View Source on GitHub</a>
17+
<a href="https://github.com/wenzhixin/bootstrap-table-examples/blob/master/methods/checkAll-uncheckAll.html" target="_blank">View Source on GitHub</a>
1818
</div>
1919
<h1>checkAll/uncheckAll</h1>
2020
<p>

0 commit comments

Comments
 (0)