ソースを参照

Added documentation for pagination align

Dennis Hernández 10 年 前
コミット
98265e8279
1 ファイル変更28 行追加0 行削除
  1. 28 0
      docs/_i18n/en/documentation/table-options.md

+ 28 - 0
docs/_i18n/en/documentation/table-options.md

@@ -331,6 +331,34 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         <td>Indicate how to align the custom toolbar. 'left', 'right' can be used.</td>
     </tr>
     <tr>
+        <td>paginationHAlign</td>
+        <td>data-pagination-h-align</td>
+        <td>String</td>
+        <td>'right'</td>
+        <td>Indicate how to align the pagination. 'left', 'right' can be used.</td>
+    </tr>
+    <tr>
+        <td>paginationVAlign</td>
+        <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>
+    </tr>
+    <tr>
+        <td>paginationDetailHAlign</td>
+        <td>data-pagination-detail-h-align</td>
+        <td>String</td>
+        <td>'left'</td>
+        <td>Indicate how to align the pagination detail. 'left', 'right' can be used.</td>
+    </tr>
+    <tr>
+        <td>paginationDetailVAlign</td>
+        <td>data-pagination-detail-v-align</td>
+        <td>String</td>
+        <td>'bottom'</td>
+        <td>Indicate how to align the pagination detail. 'top', 'bottom' can be used.</td>
+    </tr>
+    <tr>
         <td>clickToSelect</td>
         <td>data-click-to-select</td>
         <td>Boolean</td>