Skip to content

Commit 06f2abf

Browse files
committed
Update getAllSelections
1 parent f540fa8 commit 06f2abf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

methods/getAllSelections.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>getAllSelections</h1>
17-
<p></p>
17+
<p>
18+
Return all selected rows contain search or filter, when no record selected, am empty array will return:
19+
<code>$table.bootstrapTable('getAllSelections');</code>
20+
</p>
1821
<div id="toolbar">
1922
<button id="button" class="btn btn-default">getAllSelections</button>
2023
</div>

0 commit comments

Comments
 (0)