Skip to content

Commit d531b3a

Browse files
committed
Update removeAll
1 parent 62f9843 commit d531b3a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

methods/removeAll.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
<body>
1515
<div class="container">
1616
<h1>removeAll</h1>
17-
<p></p>
17+
<p>
18+
Remove all data from table:
19+
<code>$table.bootstrapTable('removeAll');</code>
20+
</p>
1821
<div id="toolbar">
1922
<button id="button" class="btn btn-default">removeAll</button>
2023
</div>

0 commit comments

Comments
 (0)