Hi. Is there a way to make cells behave like standard html cells - just text, no events, no selection frame?
Not selectable cells
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