Copy table field in "Browse" mode

How is it possible for the user to copy the value from a table field in “Browse” mode? How can it be enabled by the developer?

Hi Sebastian,

The framework sets the form to readOnly = false. I think the fields should be available for copy after that so I made a case about it:
https://support.servoy.com/browse/SVY-6282

You could try with setting readOnly = true and setting the fields individually to readOnly=false that might work.

Regards Sanneke