react-bootstrap-table/react-bootstrap-table2
View on GitHubcolumn reordering with drag & drop
Open
#493 opened on Aug 16, 2018
2 comments (2 comments)1 reaction (1 reaction)0 assignees (0 assignees)JavaScript1,249 stars (1,249 stars)415 forks (415 forks)batch import
good first issuehelp wanted
Description
I would lke to know if there is a way to implement easily column reordering with drag & drop
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.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- 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
- ReactJavaScriptreact bootstrap table2
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- This issue is a question about implementing column reordering with drag and drop in react bootstrap table2. The contributor should first check the library's documentation and examples to see if this feature already exists or is planned. They can look at the API reference at https://react bootstrap table.github.io/react bootstrap table2/ and explore the source code for any related functionality. Additionally, they should search the repository for other issues or pull requests mentioning drag and drop or column reordering. Since the issue is from 2018 and has only 2 comments, the maintainers may not have addressed it. Possible approaches include creating a new plugin or integrating a library like react beautiful dnd. The contributor should propose a clear implementation plan and ask for feedback from maintainers.