Copy a row selection and format into a into a 2 column output (column, value)
I would like to see the ability to copy a selected row or a number of cells in a grid, and add it to the clipboard as a transposed view of the record
with 2 columns (Column Name, Value) to allow results to be easily pasted into emails etc
example (simple result only the result values would need to be selected)
ID Name Activation Date
1234 John Smith 2018-01-14
output on clipboard
ID 1234
Name John Smith
Activation Date 2018-01-04
-
paul price commented
For names with embedded spaces, may want to delimit.
Also formatting options could be for HTML, XML, JSON, etc. -
Mark Morris commented
it would probable need some html formatting or customizable output format to ensure everything is spaced out properly