ソースを参照

Merge pull request #7003 from wenzhixin/docs/6932

docs/6932
文翼 2 年 前
コミット
d8ce1858a6
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.
   * `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)
 
 ## updateColumnTitle