浏览代码

Update methods.md - Wrong function name

I replaced `getRowsHidden` by `getHiddenRows`
Sébastien JEAN 8 年之前
父节点
当前提交
b80e117a15
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>