Browse Source

Added the "en" documentation of show/hide row meth

ods
Dennis Hernández 10 years ago
parent
commit
d094f1800a
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.
         row: the new row data.
         </td>
         </td>
     </tr>
     </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>
     <tr>
         <td>mergeCells</td>
         <td>mergeCells</td>
         <td>options</td>
         <td>options</td>