Labels in table generated cell cannot be copied

Hello,

I am creating a table generated cell with many components and the problem is that labels in these generated cells cannot be copied. Can you give me an advice how can I copy label’s text from a generated cell?

Thank you.

Hi,

Enable text selection by specifying the textSelectionEnabled="true" attribute for your Table.

Thank you for the quick response. Unfortunately textSelection was already enabled and it didn’t solve the problem. Here are the attributes included:

                   columnHeaderVisible="false"
                   editable="true"
                   reorderingAllowed="false"
                   settingsEnabled="false"
                   showSelection="false"
                   textSelectionEnabled="true"
                   width="100%">