Browse Source

Fix #3382: update getHiddenRows docs

zhixin 8 years ago
parent
commit
1b7317628c

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

@@ -127,7 +127,7 @@ Sintaxis para llamar a un método: `$('#table').bootstrapTable('method', paramet
         isIdField: Boolean que indica si el index es idField o la posición de la fila.</td>
     </tr>
     <tr>
-        <td>getRowsHidden</td>
+        <td>getHiddenRows</td>
         <td>boolean</td>
         <td>Obitnene todas las filas ocultas si se pasa el parámetro show en true las filas serán mostradas, sino, el método solo
         devolvera las filas ocultas.</td>

+ 1 - 1
docs/_i18n/zh-cn/documentation/methods.md

@@ -140,7 +140,7 @@
         <td>showRow-hideRow</td>
     </tr>
     <tr>
-        <td>getRowsHidden</td>
+        <td>getHiddenRows</td>
         <td>show</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>