Browse Source

Updated methods documentation file

Said Ketchman 10 years ago
parent
commit
0a414b82f0
1 changed files with 9 additions and 0 deletions
  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>