DataTable should support copy/paste selected cell content
Open
Nobody has claimed this yet.
dash-data-table
feature
P3
- Dominant language
- Python
- Stars
- 24.4k
- Forks
- 2.3k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 13
Description
Allow for copy/paste of selected content within a cell, rather than the entire cell content.
As requested on the forum
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the DataTable editing and selection behavior described in the issue, then trace the DataTable frontend entry point and its existing clipboard handling. Use the linked forum discussion for the reported context. Done means selected text within a cell can be copied and pasted without replacing the entire cell content.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100