Allow cell value copy at readonly

Tags: #<Tag:0x00007efc6577d180> #<Tag:0x00007efc6577cfc8>

Hello Team,
Is there a way to allow user-select cell value, so that a user could highlight and copy text from these cells? Or any cells.
var hot = new Handsontable(container, {
data: data,
readOnly: true,
}

Hi @rajucse2393

You can use editor: false instead, that will allow to copy the values, but the cell still won’t be editable: https://handsontable.com/docs/react-data-grid/disabled-cells/#overview

okay thanks

@rajucse2393

I’m glad I could help. I will close this topic now.