Hi all,
It appears that when I alter row 5, column 2
in the background, if I’m typing in row 1, column 5
my editor gets closed/reset - I assume because the whole table got rerendered after the row 5, column 2
change.
Is that your understanding and is it possible to only re-render affect cells so that I don’t lose my editor?
I’ve used this as an example but I’m actually using .getActiveEditor to delay background changes whilst someone is typing. The problem with this is that changes gather! If someone leaves an editor open I might have hundreds or thousands of changes backlogging on setTimeout
s. So i’m wondering if there’s a way to actually apply changes whilst keeping an editor open and usable for the user?