How can I allow the user to copy from cells without allowing them to paste into cells?
How can I allow the user to copy from cells without allowing them to paste into cells?
I am using the "KeyTable" feature for excel-like keyboard navigation.
When the user focuses on a cell I would like the user to be able to copy data FROM the cell, but not allow the user to paste INTO the cell.
I tried to set keys.clipboard to false, which did stop the user from being able to paste, but unfortunately this setting also removed the copy-from-cell feature.
How can I allow the user to copy from cells without allowing them to paste into cells?
Thanks in advance. I love this product.
Answers
Hi @JacksonRudd ,
Just to be clear, are you using KeyTable with Editor? That'll help understand what you're doing.
If not, could you create a test case, so we can understand your setup. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin