ソースを参照

Add showPaginationSwitch option of docs.

zhixin 11 年 前
コミット
f3a098a5fa

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

@@ -267,6 +267,13 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         </td>
     </tr>
     <tr>
+        <td>showPaginationSwitch</td>
+        <td>data-show-pagination-switch</td>
+        <td>Boolean</td>
+        <td>false</td>
+        <td>True to show the pagination switch button.</td>
+    </tr>
+    <tr>
         <td>minimumCountColumns</td>
         <td>data-minimum-count-columns</td>
         <td>Number</td>

+ 7 - 0
docs/_i18n/es/documentation/table-options.md

@@ -265,6 +265,13 @@ Las opciones de la tabla están definidas en `jQuery.fn.bootstrapTable.defaults`
         <td>True para mostrar el botón de vista cambiada entre vista de tabla y vista de tarjeta.</td>
     </tr>
     <tr>
+        <td>showPaginationSwitch</td>
+        <td>data-show-pagination-switch</td>
+        <td>Boolean</td>
+        <td>false</td>
+        <td>True to show the pagination switch button.</td>
+    </tr>
+    <tr>
         <td>minimumCountColumns</td>
         <td>data-minimum-count-columns</td>
         <td>Number</td>

+ 8 - 8
docs/_i18n/fr/documentation/table-options.md

@@ -149,7 +149,7 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         <td>Function</td>
         <td>function(params) {<br>return params;<br>}</td>
         <td>
-        When requesting remote data, you can send additional parameters by modifying queryParams.
+        When requesting remote data, you can send additional parameters by modifying queryParams. 
         If queryParamsType = 'limit', the params object contains: <br>
         limit, offset, search, sort, order
         Else, it contains: <br>
@@ -210,13 +210,6 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         <td>When set pagination property, initialize the page size selecting list.</td>
     </tr>
     <tr>
-        <td>showPaginationSwitch </td>
-        <td>data-show-pagination-switch</td>
-        <td>Boolean</td>
-        <td>false</td>
-        <td>True to show the pagination switch button.</td>
-    </tr>
-    <tr>
         <td>selectItemName</td>
         <td>data-select-item-name</td>
         <td>String</td>
@@ -274,6 +267,13 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         </td>
     </tr>
     <tr>
+        <td>showPaginationSwitch</td>
+        <td>data-show-pagination-switch</td>
+        <td>Boolean</td>
+        <td>false</td>
+        <td>True to show the pagination switch button.</td>
+    </tr>
+    <tr>
         <td>minimumCountColumns</td>
         <td>data-minimum-count-columns</td>
         <td>Number</td>

+ 7 - 0
docs/_i18n/zh-cn/documentation/table-options.md

@@ -267,6 +267,13 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         </td>
     </tr>
     <tr>
+        <td>showPaginationSwitch</td>
+        <td>data-show-pagination-switch</td>
+        <td>Boolean</td>
+        <td>false</td>
+        <td>True to show the pagination switch button.</td>
+    </tr>
+    <tr>
         <td>minimumCountColumns</td>
         <td>data-minimum-count-columns</td>
         <td>Number</td>