One last thing, whenever I ‘append’ (meaning add a new row), it triggers the ‘append’ event AND the ‘remove’ event, while removing a row only triggers the ‘remove’ event – is that a bug?
This reply has been marked as private.
This reply has been marked as private.
This right here – is brilliant. I’ve had so many issues with the current JS hooks (for instance, the remove hook fires every time I add a new row to a repeater, why?).
Also, the current remove hook fires BEFORE the row is even removed (due to the animation), but I need it to fire after since my JS removes the row numbers and replaces them with icons and the row numbers get regenerated AFTER the animation.