1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,249 stars (1,249 stars)415 forks (415 forks)batch import
help wanted
Description
is there any way to change column order by dragging ?
Contributor guide
- Tech stack
- javascriptreact
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- 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
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 10
- Research direction
- This issue asks for drag and drop column reordering functionality. The repository is a React table component library. To implement this, one would need to add event handling for drag and drop, manage column order state, and possibly integrate with a library like react beautiful dnd. The existing codebase in src/ should be explored for column configuration and rendering. There are no comments or linked PRs providing additional context. The maintainer should clarify whether this feature is desired and if any existing constraints exist.