ソースを参照

Add documentation for showPaginationSwitch option.

Timmy72 11 年 前
コミット
c2fefa3010
1 ファイル変更7 行追加0 行削除
  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.
         Support all custom attributes.
         </td>
         </td>
     </tr>
     </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>
     </tbody>
 </table>
 </table>