Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy/Cut/Paste feature in table view #544

Closed
harinij opened this issue Oct 1, 2021 · 1 comment · Fixed by #631
Closed

Copy/Cut/Paste feature in table view #544

harinij opened this issue Oct 1, 2021 · 1 comment · Fixed by #631
Labels

Comments

@harinij
Copy link
Member

harinij commented Oct 1, 2021

Allow for field cells to be copied/cut or pasted with keyboard shortcuts to other fields.

Ensure there is logic applied when one field is copied to another field to check compatibility.
i.e.

  • copy json field -> past to long text - stringify the data
  • copying fields like rating should copy the value of the field
  • don't allow incompatible fields

Rowy uses react-data-grid checkout the examples there for the basic implementation of copy/paste feature.

@harinij harinij added the good first issue Good for newcomers label Oct 1, 2021
@gibsonliketheguitar
Copy link
Contributor

#598 related to hotkey

@notsidney notsidney linked a pull request Feb 2, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants