ソースを参照

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>
         uniqueId: the value of the uniqueId for that row.</td>
     </tr>
     </tr>
     <tr>
     <tr>
-        <td>getRowsHidden</td>
+        <td>getHiddenRows</td>
         <td>boolean</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
         <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>
         only will return the rows hidden.</td>