ce
ce copied to clipboard
copy-paste event
A1 Using the copy command, you can see that A1 has a dashed state, can I know the content from A1 when I paste it again, because I have customized things, now I can only get the text of A1, and the extra content is not available. If I know that this paste comes from A1, I can get additional content from A1. What is the method?
Hi,
Have you try event : oncopy(el, rowsName, dataHash) and onbeforepaste(el, data, x, y) ?
in dev use console.log(arguments) for show behavior argument in this event