You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2023. It is now read-only.
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.
"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
"
The text was updated successfully, but these errors were encountered: