From db9abcee77c6efc2252e491a9611cab420fd8059 Mon Sep 17 00:00:00 2001 From: Rogerio Angeliski Date: Wed, 7 Aug 2019 21:24:22 -0300 Subject: [PATCH] docs: update docs with UPDATE strategy --- docs/guide/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.