Hello. I have such problem when I have fragmentSelection enabled with selectionMode: ‘single’ I cannot copy all partially selected text. Only currently active cell data is copied in the result.
https://jsfiddle.net/n0b36j5s/
Also, I noticed that when I do not enable the CopyPaste plugin then it allows me to copy partially selected data through the multiple cells with fragmentSelection: true, selectionMode: ‘single’.
But it seems that in my jsfiddle example, the CopyPaste plugin is enabled by default and I do not know how to exclude it.
Anyway, when I use fragmentSelection without the CopyPaste plugin then I have no possibility to copy selected active cell data.
Is there any solution to use both features together: copy partially selected text (fragmentSelection: true) and copy only active cell data when no partial text is selected (CopyPaste plugin)?
Thank you.