Skip to content

Commit

Permalink
Added documentations for the reinit parameter, was missing for the
Browse files Browse the repository at this point in the history
updateCellByUniqueId method
  • Loading branch information
UtechtDustin committed Oct 1, 2023
1 parent 7160216 commit 041e64e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/docs/api/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 041e64e

Please sign in to comment.