Browse Source

Merge pull request #592 from djhvscf/master

Documentation show/hide row
文翼 10 years ago
parent
commit
3c415f7f10
1 changed files with 10 additions and 0 deletions
  1. 10 0
      docs/_i18n/en/documentation/methods.md

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

@@ -75,6 +75,16 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
         row: the new row data.
         </td>
     </tr>
+	<tr>
+        <td>showRow</td>
+        <td>index</td>
+        <td>Show the specified row.</td>
+    </tr>
+    <tr>
+        <td>hideRow</td>
+        <td>index</td>
+        <td>Hide the specified row.</td>
+    </tr>
     <tr>
         <td>mergeCells</td>
         <td>options</td>