The action of copying from a cell in a component table, datagrid, treetable, datatreegrid

Good day everyone! I apologize for my English.
Interested in the implementation of copying data as text in the components table, datagrid, tree table, treedatagrid, grouptable by adding action to them and assigning shortcut CTRL+C. It is necessary that only the value in the cell is copied, and not the whole entity. Using the drop-down menu by right-clicking or using keyboard shortcuts. Is there such a possibility in jmix?

Hi,

The only available option is to set textSelectionEnabled="true" (doc) for Table to enable text selection so you can copy text without any custom action.

Regards,
Gleb

Thanks for the answer, but this is not what is needed.

image
It is necessary that it is possible to copy data from the selected cell by the copy action or using CTRL+C, and not the whole entity.