1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,496 forks (2,496 forks)batch import
grid-cellNavgrid-edithelp wantedtype: bug
Repository metrics
- Stars
- 5,395 stars (5,395 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
I have a grid which combine editOnFocus feature and column pinning. if the grid needs to scroll horizontally for display the cell for editing, the cell is not focused.
Plunker example:
http://plnkr.co/edit/JbTwQLPSmB7K8a6o7NDr?p=preview
try edit city and then the name, the name will not be focused.
Contributor guide
- Research direction
- Investigate the interaction between editOnFocus and column pinning. Look at how the grid handles horizontal scroll and cell focus. Check the plunker example to reproduce. Examine the event handlers for cell focus and the scroll positioning logic.
- Tech stack
- javascriptangular
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- Angularui grid basics