VueJS watcher erases CellMeta

Tags: #<Tag:0x00007f8b1ad82f50>

Hi !

I am using VueJS Wrapper to display some data in a Handsontable with some HomeMade child column renderer. In one of this column component, I am watching some cells in order to perform validation on cellProperties change.

Nevertheless, this seems to erase all MetaData from all my cells (even if they are contained in other components). Any idea on how to tackle this problem ?

Hope this is clear for you !

Hi @arnaud.juin

I do not have any examples with Vue watchers. Could you please pass the missing logic to this demo https://jsfiddle.net/handsoncode/uoxvft3h/ for me to debug?

Hi @arnaud.juin

Have you already solved the issue?