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 was 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.