ソースを参照

Updated documentation

Real-Gecko 10 年 前
コミット
a2542d0af9
1 ファイル変更5 行追加0 行削除
  1. 5 0
      docs/_i18n/en/documentation/methods.md

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

@@ -196,6 +196,11 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
         <td>Uncheck all current page rows.</td>
     </tr>
     <tr>
+        <td>checkInvert</td>
+        <td>none</td>
+        <td>Invert check of current page rows. Triggers onCheckSome and onUncheckSome events.</td>
+    </tr>
+    <tr>
         <td>check</td>
         <td>index</td>
         <td>Check a row, the row index start with 0.</td>