Dennis Hernández 10 years ago
parent
commit
724ebbff95

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

@@ -36,7 +36,7 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
     <tr>
     <tr>
         <td>getData</td>
         <td>getData</td>
         <td>useCurrentPage</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>Get the loaded data of table at the moment that this method is called. If you set the useCurrentPage to true the method will return the data in the current page</td>
     </tr>
     </tr>
     <tr>
     <tr>
         <td>load</td>
         <td>load</td>

+ 1 - 1
docs/_i18n/es.yml

@@ -1,6 +1,6 @@
 pages:
 pages:
   getting_started:
   getting_started:
-    title: "Empezando con Bootstrap-table"
+    title: "Iniciar con Bootstrap-table"
     lead: "Una visión de Bootstrap Table, cómo descargarlo, usarlo, templates básicos, y más."
     lead: "Una visión de Bootstrap Table, cómo descargarlo, usarlo, templates básicos, y más."
   examples:
   examples:
     title: "Ejemplos"
     title: "Ejemplos"

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

@@ -31,7 +31,7 @@ Sintaxis para llamar a un método: `$('#table').bootstrapTable('method', paramet
     <tr>
     <tr>
         <td>getData</td>
         <td>getData</td>
         <td>useCurrentPage</td>
         <td>useCurrentPage</td>
-        <td>Retorna los datos cargados en la tabla. Si se setea useCurrentPage a true se devolverá los datos mostrados en la página
+        <td>Retorna los datos cargados en la tabla en el momento que se llama este método. Si se setea useCurrentPage a true se devolverá los datos mostrados en la página
         actual</td>
         actual</td>
     </tr>
     </tr>
     <tr>
     <tr>