@@ -29,8 +29,8 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
</tr>
<tr>
<td>getData</td>
- <td>none</td>
- <td>Get the loaded data of table.</td>
+ <td>useCurrentPage</td>
+ <td>Get the loaded data of table. If you set the useCurrentPage to true the method will return the data in the current page</td>
<td>load</td>
@@ -29,8 +29,9 @@ Sintaxis para llamar a un método: `$('#table').bootstrapTable('method', paramet
- <td>Retorna los datos cargados en la tabla.</td>
+ <td>useCurrentPae</td>
+ <td>Retorna los datos cargados en la tabla. Si se setea useCurrentPage a true se devolverá los datos mostrados en la página
+ actual</td>