Browse Source

Updated the getData docs

Dennis Hernández 10 years ago
parent
commit
3661abadc0
2 changed files with 5 additions and 4 deletions
  1. 2 2
      docs/_i18n/en/documentation/methods.md
  2. 3 2
      docs/_i18n/es/documentation/methods.md

+ 2 - 2
docs/_i18n/en/documentation/methods.md

@@ -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>
     </tr>
     <tr>
         <td>load</td>

+ 3 - 2
docs/_i18n/es/documentation/methods.md

@@ -29,8 +29,9 @@ Sintaxis para llamar a un método: `$('#table').bootstrapTable('method', paramet
     </tr>
     <tr>
         <td>getData</td>
-        <td>none</td>
-        <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>
     </tr>
     <tr>
         <td>load</td>