dohooo / react-native-table-component

🌱Build table for react native
MIT License
730 stars 188 forks source link

How to select and copy table to clipboard? #155

Open pooryamd opened 1 year ago

pooryamd commented 1 year ago

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: , 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.

"