Skip to content

Data editor paste support #782

@eug3nix

Description

@eug3nix

It should be possible to copy cell range and paste it back to the data editor grid.
Imagine this use case:
User selects a whole row in data editor, then clicks "Add", the new blank row is generated.
User then clicks on that new blank row and pastes (either via ctrl-v or using a context menu "Paste" option which we don't have yet).

As a result the new row should be populated with copied cells.

Figure out how to handle these cases:
user paste data that contain only a part of necessary columns
user paste data that was copied from multiple rows

Check how spreadsheet software handles that. Ideally we should replicate that behavior so there are no surprises for the user

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions