I’m setting up and registering custom renderer functions.
Is there a hook to get notified when a cell is “unrendered” (ie. when the user scrolls down, and the <tr> is removed from the infinite scrolling setup)?
I need to do cleanup after the custom content is removed from the DOM. Can’t seem to find the appropriate hook - is there one?