Not selectable cells

Tags: #<Tag:0x00007f8b25e2cf90>

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 https://jsfiddle.net/4umpons0/

53