Browse Source

Add documentation for togglePagination method.

Timmy72 11 years ago
parent
commit
d28c410038
1 changed files with 5 additions and 0 deletions
  1. 5 0
      docs/_i18n/fr/documentation/methods.md

+ 5 - 0
docs/_i18n/fr/documentation/methods.md

@@ -141,5 +141,10 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
         <td>none</td>
         <td>Go to next page.</td>
     </tr>
+    <tr>
+        <td>togglePagination</td>
+        <td>none</td>
+        <td>Toggle the pagination option.</td>
+    </tr>
     </tbody>
 </table>