Browse Source

Added vertical align pagination

Dennis Hernández 10 years ago
parent
commit
74fe668d2a

+ 1 - 1
docs/_i18n/en/documentation/table-options.md

@@ -349,7 +349,7 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         <td>data-pagination-v-align</td>
         <td>String</td>
         <td>'bottom'</td>
-        <td>Indicate how to align the pagination. 'top', 'bottom' can be used.</td>
+        <td>Indicate how to align the pagination. 'top', 'bottom', 'both' (put the pagination on top and bottom)  can be used.</td>
     </tr>
     <tr>
         <td>paginationHAlign</td>

+ 1 - 1
docs/_i18n/es/documentation/table-options.md

@@ -339,7 +339,7 @@ Las opciones de la tabla están definidas en `jQuery.fn.bootstrapTable.defaults`
         <td>data-pagination-v-align</td>
         <td>String</td>
         <td>'bottom'</td>
-        <td>Indica cómo alinear la paginación. Se puede usar: 'top', 'bottom'.</td>
+        <td>Indica cómo alinear la paginación. Se puede usar: 'top', 'bottom', 'both' (coloca la paginación arriba y abajo de la tabla.</td>
     </tr>
 	<tr>
         <td>paginationHAlign</td>