-
Cand you add a Copy to clipboard button for hmtl tables ? |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Feb 25, 2023
Replies: 1 comment
-
Depending on what exactly is your use case, you could also just add it yourself as a Quarto extension, here the basic part: https://www.w3schools.com/howto/howto_js_copy_clipboard.asp. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mcanouil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depending on what exactly is your use case, you could also just add it yourself as a Quarto extension, here the basic part: https://www.w3schools.com/howto/howto_js_copy_clipboard.asp.