jspreadsheet / jspreadsheet/ce
drag and drop single cell (or selection of cells)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
This is probably more of a feature request unless I'm missing something...
Is there a way to drag/drop (ie: move) either a single cell or a selection of multiple cells?
I know you can move entire rows and columns, but sometimes you need a more targeted and focused approach since you may only want to move 1 cell or a few cells at a time.
Thanks!
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
The issue describes moving a single cell or a selection of cells by drag and drop, but names no files, tests, or entry points. Start by locating the existing row and column drag-and-drop implementation and determine how cell selections are represented. Done should include moving one or more selected cells without affecting unrelated cells, with behavior covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100