Paste Option Not working properly

Tags: #<Tag:0x00007f0b113249c0>

I am using paste Option in My code. But while paste the value next Row same column values are Removed. please find demo: http://jsfiddle.net/neaqqLc0/

Hi @kranthikumar.reddy32

I am not able to reproduce your issue. Can you please provide the exact steps to achieve that?

Hi ,
for example i copied a value from B2 and paste in c2, that time c3 value is cleared. in the same way paste the cells in next row same column values are removed from the table.

Hi @kranthikumar.reddy32

Thank you for an explanation. The example you sent was prepared for quite old version of Handsontable when browsers were not so restricted about copying/pasting from clipboard. Nowadays, due to security reasons, it’s not allowed to copy and paste from clipboard, and we stopped supporting this solution.

Hi adrian,
Is there any other way to use paste option in Context Menu.

Hi @kranthikumar.reddy32

You can create a custom function that will allow you to copy/paste the data, but only within the table dataset, here’s an example:

https://jsfiddle.net/o7Lvms3t/

This solution will work for copying and pasting the single cells.