Browse Source

Add documentation for showPaginationSwitch option.

Timmy72 11 years ago
parent
commit
c2fefa3010
1 changed files with 7 additions and 0 deletions
  1. 7 0
      docs/_i18n/fr/documentation/table-options.md

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

@@ -368,5 +368,12 @@ 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>