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