Skip to content

Commit e6db252

Browse files
authored
Merge pull request wenzhixin#3382 from sebj54/patch-1
Update methods.md - Wrong function name
2 parents 7e0dea8 + b80e117 commit e6db252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_i18n/en/documentation/methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
149149
uniqueId: the value of the uniqueId for that row.</td>
150150
</tr>
151151
<tr>
152-
<td>getRowsHidden</td>
152+
<td>getHiddenRows</td>
153153
<td>boolean</td>
154154
<td>Get all rows hidden and if you pass the show parameter true the rows will be shown again, otherwise, the method
155155
only will return the rows hidden.</td>

0 commit comments

Comments
 (0)