You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/02/09 09:20:11 UTC

[GitHub] [superset] MBRGA opened a new issue #18636: Add proper selection and clipboard behaviour to SQL Lab results grid.

MBRGA opened a new issue #18636:
URL: https://github.com/apache/superset/issues/18636


   **Is your feature request related to a problem? Please describe.**
   It is really painful to get results out of Superset's Results Grid. We should be able to select cells, and copy results with keyboard shortcuts as in any other database query tool.
   Also, current Clipboard button doesn't seem to output line separators that work on Windows - have to copy the results into another tool to fix them before using them in anything else.
   
   **Describe the solution you'd like**
   Use something like react-grid to render query results. Common keyboard shortcuts in other programs are Ctrl-C to copy selected cells without headers, and Ctrl-Insert to copy with them.
   
   **Describe alternatives you've considered**
   At least improve current Clipboard button behaviour
   
   **Additional context**
   This is also referenced in the discussion below:
   
   
   I second the part about making the results grid interactive. Being able to drag to select individual cells/rows/columns and pressing Ctrl-C to copy to clipboard (some software uses Ctrl+Insert is used to include headers) is a standard database query tool feature and would be so much more efficient than having to copy the whole results set to the clipboard.
   
   _Originally posted by @MBRGA in https://github.com/apache/superset/discussions/18541#discussioncomment-2139880_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org