Dennis Hernández 10 年之前
父节点
当前提交
724ebbff95
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      docs/_i18n/en/documentation/methods.md
  2. 1 1
      docs/_i18n/es.yml
  3. 1 1
      docs/_i18n/es/documentation/methods.md

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

@@ -36,7 +36,7 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
     <tr>
         <td>getData</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>
         <td>load</td>

+ 1 - 1
docs/_i18n/es.yml

@@ -1,6 +1,6 @@
 pages:
   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."
   examples:
     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>
         <td>getData</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>
     </tr>
     <tr>