From 041e64e8da01ab81e9987e00b880e4f3925e4d93 Mon Sep 17 00:00:00 2001 From: Dustin Utecht <13292481+UtechtDustin@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:33:33 +0200 Subject: [PATCH] Added documentations for the reinit parameter, was missing for the updateCellByUniqueId method --- site/docs/api/methods.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/docs/api/methods.md b/site/docs/api/methods.md index d595672d19..395db29f8f 100644 --- a/site/docs/api/methods.md +++ b/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