浏览代码

Updated methods documentation file

Said Ketchman 10 年之前
父节点
当前提交
0a414b82f0
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      docs/_i18n/en/documentation/methods.md

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

@@ -112,6 +112,15 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
         row: the new row data.
         </td>
     </tr>
+    <tr>
+        <td>updateByUniqueId</td>
+        <td>params</td>
+        <td>
+        Update the specified row, the param contains following properties: <br>
+        id: a row id where the id should be the uniqueid field assigned to the table. <br>
+        row: the new row data.
+        </td>
+    </tr>
 	<tr>
         <td>showRow</td>
         <td>params</td>