浏览代码

Move showPaginationSwitch doc.

Timmy72 11 年之前
父节点
当前提交
439ef5f322
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      docs/_i18n/fr/documentation/table-options.md

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

@@ -207,6 +207,13 @@ 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>
@@ -368,12 +375,5 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         Support all custom attributes.
         </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>
     </tbody>
 </table>