Skip to content

copy-paste functionality in an editable DataGrid #698

@jgunstone

Description

@jgunstone

Problem

ref: https://lumino.readthedocs.io/en/latest/examples/datagrid/index.html

copy and pasting between cells isn't generally supported for DataGrid.

see marked up image:
image

  • 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions