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
I want to be able to copy cell values from the table to the clipboard.
Description of Problem:
I want to be able to use the perspective table like any other table, including copying values out of a table. This is somewhat possible with the current implementation if you make cells edittable.
Potential Solutions:
Context menu, or click cell to highlight, then Ctrl-C copies the value to the clipboard.
The text was updated successfully, but these errors were encountered:
You can use the "Select Region" mode to select single cells (or regions obv), which are then copyable in the "Copy" menu:
Screen.Recording.2024-09-25.at.7.53.50.PM.mov
This could be more elegant:
You are still limited to existing perspective output types e.g. csv, we can add a truly-single-cell and properly formatted (e.g. significant digits or datetime format) special case for when region selection is a single cell.
Ctrl-C is not enabled by default. We could add a handler for this but it may behave quirkily in your web app due to browser focus rules (e.g. I expect this not to work great in Jupyter). Need to do some research.
'"Region Select"should be default instead ofRead-Only` maybe? I'm open to ideas about hwo to make selection modes more discoverable.
Feature Request
I want to be able to copy cell values from the table to the clipboard.
Description of Problem:
I want to be able to use the perspective table like any other table, including copying values out of a table. This is somewhat possible with the current implementation if you make cells edittable.
Potential Solutions:
Context menu, or click cell to highlight, then Ctrl-C copies the value to the clipboard.
The text was updated successfully, but these errors were encountered: