Paste Multiple rows

Hi @aleksandra_budnik
I’m pasting multiple rows. How can I find first row and last row pasted. in after change trigger. if there is some other way please share a jsfiddle.

For pasting you can use the afterPaste hook and use the 2nd parameter - the coordinates. Here is a demo that logs it http://jsfiddle.net/rkpdgf01/

1 Like