Browse Source

Merge pull request #3382 from sebj54/patch-1

Update methods.md - Wrong function name
文翼 8 years ago
parent
commit
e6db25225d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/_i18n/en/documentation/methods.md

+ 1 - 1
docs/_i18n/en/documentation/methods.md

@@ -149,7 +149,7 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
         uniqueId: the value of the uniqueId for that row.</td>
     </tr>
     <tr>
-        <td>getRowsHidden</td>
+        <td>getHiddenRows</td>
         <td>boolean</td>
         <td>Get all rows hidden and if you pass the show parameter true the rows will be shown again, otherwise, the method
         only will return the rows hidden.</td>