When doing different updates there is normally a “source” I can set to mark the change as external (websocket) which I can then check in the event handler to make sure I dont make an infinite loop between the two browsers.
For some reason setCellMeta() does not seem to have this parameter. Is there a way to track this otherwise? Or do I have to write some some of code to manually ensure this never happens (like checking if the className is already set).