-
-
Notifications
You must be signed in to change notification settings - Fork 127
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-paste functionality in an editable DataGrid #698
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Sounds like a good enhancement idea. If anyone wants to take a stab, the copy function is implemented here: lumino/packages/datagrid/src/datagrid.ts Lines 1741 to 1913 in f85aad4
|
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:
Proposed Solution
It would be awesome if:
The text was updated successfully, but these errors were encountered: