diff --git a/docs/guide/README.md b/docs/guide/README.md index b55dc61..2948472 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -107,7 +107,8 @@ providing a better way to control internal behavior. The update strategy is responsible for how data is updated in the Tabulator instance. The default value is `DATA`. -You can change the update strategy to `REPLACE` in order to use the method [setReplace](http://tabulator.info/docs/4.2/update#alter-replace). +- You can change the update strategy to `REPLACE` in order to use the method [setReplace](http://tabulator.info/docs/4.2/update#alter-replace). +- You can change the update strategy to `UPDATE` in order to use the method [updateData](http://tabulator.info/docs/4.2/update#alter-update). ```html ``` +::: warning Use update in editable tables +To avoid [problems](https://github.com/angeliski/vue-tabulator/issues/13) prefer use `UPDATE` strategy on editable tables +::: + + ## Advanced Interaction In some cases you will need to use a feature provided by Tabulator, that is not supported by vue-tabulator. In that case, you can use the tabulator instance from your component.