I am using 1.15.0 version. I am trying to enable fragment selection for a non editable cell with fixed height and width. My data is huge and can not be completely shown on screen that’s why height and width is fixed, but after enabling fragment selection for non editable cell it allows only visible data to select. Remaining data is not at all selectable.
Hi @tejashrir15
Please share a demo and a step-by-step scenario on how to replicate the issue.
Hi,
Please see below JSFiddle.
https://jsfiddle.net/8rudgbgo/5/
If I try to select text from cell C1 it does not allow me to do that. It goes into next cell. Basically I want to be able to select a part of text though table is not in edit mode.
Thanks!
Hi @tejashrir15
You have set the editor: false which does not allow you to get the full content of the C1 cell