21 comments (21 comments)57 reactions (57 reactions)0 assignees (0 assignees)JavaScript10,631 stars (10,631 stars)1,029 forks (1,029 forks)batch import
feature-requesthelp wanted
Description
Is there a way to drag items from one list to another?
Contributor guide
- Tech stack
- reactjavascript
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Reactreact sortable hoc basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- This issue asks about drag and drop between multiple lists, a feature not currently supported. Review comments for workarounds or rejected suggestions. Consider implementing cross list containment using the existing SortableContainer and SortableElement components, possibly by defining a shared container for multiple lists. Examine the library's source in src/ for how items are tracked and reordered.