Not selectable cells

Hi. Is there a way to make cells behave like standard html cells - just text, no events, no selection frame?

Hi @ab1

You can use the

 disableVisualSelection: true,
 editor: false,

settings that disallow selecting and data edition. Here’s a demo to test https://jsfiddle.net/x7yqawg1/1/

Do you need anything more than that?

Thanks, but this way I cannot select the cell value

Ok. So you can enable the fragmentSelection like here Handsontable example - JSFiddle - Code Playground