-
-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
ref: https://lumino.readthedocs.io/en/latest/examples/datagrid/index.html
copy and pasting between cells isn't generally supported for DataGrid.
- for the columns highlighted in green, it is possible to cntrl+c a cell, this successfully copies the cell value, and this can be cntrl+v pasted into another compatible cell.
- for the columns highlighted in red, cntrl+c does not copy the cell value value, and therefore copy pasting is not supported
- for all of the columns, it is not possible to cntrl+c copy a cell and paste it into a range of compatible cells. this is extremely powerful functionality when manually editing grid data.
Proposed Solution
It would be awesome if:
- copy + pasting from one cell to many is supported
- copy + pasting between compatible dtype cells is supported for all dtypes
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
