1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,496 forks (2,496 forks)batch import
grid-selectionhelp wanted
Repository metrics
- Stars
- 5,395 stars (5,395 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Hello,
I want to select multiple row using mouse drag.
Is it possible?
Any help greatly appreciated.
Contributor guide
- Research direction
- Examine the current selection implementation in ui grid, particularly row selection via click and shift click. Explore how mouse events (mousedown, mousemove, mouseup) are handled in the grid. Consider implementing a drag selection mode that toggles selection state for rows within the drag range. Test with a simple grid configuration.
- Tech stack
- javascriptangular
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- GitAngularJavaScript