Presumably like other people, I have to track user changes to Hot via event hooks like afterChange
& afterSetCellMeta
, so as to save the Hot (or warn user of unsaved changes). Unless I am missing something and supposed to do it some other way?
I am using 0.25.1, and none of the below work.
What event fires, or is supposed to fire, in these situations, all invoked from context menu, please:
-
Remove Comment. (Add/Edit Comment are OK: they clearly use
setCellMeta()
, and that is documented as firingafterSetCellMeta
; butremoveCellMeta()
does not document firing any event. Surely you need an event, maybeafterRemoveCellMeta
, after anyremoveCellMeta()
which many things might invoke, just as much as after anysetCellMeta()
?) -
Check/uncheck the Read only.
-
Alter any of the Alignment settings.
Thank you.