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