Browse Source

Move showPaginationSwitch doc.

Timmy72 11 years ago
parent
commit
439ef5f322
1 changed files with 7 additions and 7 deletions
  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>