Fire event when pasted data is rendered

Tags: #<Tag:0x00007f8b2b01b4a0>

Hi,

I’m trying to find out in what way I can determine if all pasted data has been rendered/loaded into a table. I’ve tried using the hooks afterRender (but that fires for each row and I only need the last updated row) and afterPaste (but that triggers right after the paste action, not when the results are showing).

Our users might paste a lot of rows from Excel, and I’d like to be able to use a listener/hook that fires when all pasted rows have been rendered in the table.

We’re using version 7.4.2 (professional).

Greatful for any help,
Ellen

Hi @ellen.haglund

Usually, when you are pasting data we trigger a scrollbar to go all the way to the last selected (and pasted) cell.