浏览代码

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

ods
Dennis Hernández 10 年之前
父节点
当前提交
d094f1800a
共有 1 个文件被更改,包括 10 次插入0 次删除
  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>