浏览代码

Added documentations for the reinit parameter, was missing for the
updateCellByUniqueId method

Dustin Utecht 2 年之前
父节点
当前提交
041e64e8da
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      site/docs/api/methods.md

+ 2 - 0
site/docs/api/methods.md

@@ -639,6 +639,8 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter)`.
   * `field`: field name of the cell to be updated.
   * `field`: field name of the cell to be updated.
   * `value`: the new value of the cell.
   * `value`: the new value of the cell.
 
 
+  To disable table re-initialization, you can set `{reinit: false}`.
+
 - **Example:** [Update Cell By Unique Id](https://examples.bootstrap-table.com/#methods/update-cell-by-unique-id.html)
 - **Example:** [Update Cell By Unique Id](https://examples.bootstrap-table.com/#methods/update-cell-by-unique-id.html)
 
 
 ## updateColumnTitle
 ## updateColumnTitle