disableVisualSelection property

Hi,

How to use disableVisualSelection property?

I want to disable the copy functionality (Ctrl+C) of particular column as cell contains link (a href) and html render type.

Thanks

Hi @nanthakumarm
You can add copyable: false settings in your html column, like in this example: http://jsfiddle.net/50f5p2as/

More about copyable option in the docs: https://docs.handsontable.com/0.24.1/Options.html#copyable

Thanks a lot. It helps.