react-native-table-component
react-native-table-component copied to clipboard
How to select and copy table to clipboard?
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.
"