How do I configure it to click on a value in the table to copy it?

I have a Grafana table with some content that is often copied and pasted elsewhere. How can I configure the single click copy functionality for these cells?

Is this a currently unavailable feature?

Anything help?

You might be able to use the query inspector data result tab it should show it as csv

I usually just enter a value in Grafana, then retrieve that row from a dynamically fetched table, and then need to copy a couple other values from that row and enter them elsewhere. Exporting the csv is rather more complicated.