react-native-table-component icon indicating copy to clipboard operation
react-native-table-component copied to clipboard

How to select and copy table to clipboard?

Open pooryamd opened this issue 3 years ago • 0 comments

Hi, Is there any way to select and copy (share, etc.,) entire table to clipboard at once? I can select and copy cell data to clipboard by adding selectable={true} to Row: <Row selectable={true}></Row>, but Ii wont let me select entire table or entire row to copy, just individual cells. Is there any ways to do select entire table?

selectable={true} is a Text prop to "Lets the user select text, to use the native copy and paste functionality." If in put multiple Text inside a Text with this prop, I can select multiple at once.

"

pooryamd avatar Mar 28 '23 13:03 pooryamd