Is not a problem (we solved it), is more a question about the recommended way to do this.
I’d like to ask you about the proper way to copy a value from a cell to multiple selected cells. We discovered that we could use the array of changes adding more changes to this array, effortless and straightforward, another way is to use the setDataAtCell method from the hotable instance, but in this case, some events are trigger again.
Some questions are,
Is this the proper way to do it?, only adding new changes to the array in beforeChange, or we need to worry about some side effects?
To use setDataAtCell, is a better way to do it? in this case, what is the proper way to use this function?.
A better way to do this maybe?
I have an example in the next link with the expected result, so basically you need to select all the cells and enter some value, this value should be copied to all the selected cells.
https://jsfiddle.net/ngcbassman/jqc59xhw/11/
Thanks in advance.