I am not able to copy the text form handsontable to an external file. If I use Ctrl+C and paste it into another file it is working. But when I’m using the context menu it is not copying. Also if I don’t use the handsontable context menu , I am not getting the copy option on right click.
Can you please help me with the issue
I have used this sample http://jsfiddle.net/handsoncode/wwz4kmsh/ with key combinations and a context menu and it works fine. I copied the text to Excel and Notepad without any issues.
Where have you tried to copy the text and what is your instance configuration?
When i use the context menu true option I am getting the menu without the copy paste option.
But if i specifically mention as contextMenu: [‘copy’, ‘cut’], I am getting the copy option.
But if I copy and paste it , it isn’t working. What would be the issue here ?