1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript5,395 stars (5,395 stars)2,496 forks (2,496 forks)batch import
good first issue
Description
expandable grid not scroll ,i want to show it all
Contributor guide
- Tech stack
- javascriptangularhtmlcss
- Domain
- frontend
- Issue type
- bug
- 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-3 hours
- 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.
- unclear
- Prerequisites
- basic AngularJS knowledgeunderstanding of ui grid
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue describes that an expandable grid does not scroll properly and the user wants to show all content. The root cause is likely related to the expandable feature's handling of grid dimensions or scroll container. Investigate the ui grid expandable plugin code, particularly how row expansion affects the grid body height and scrollable area. Look at files like 'features/expandable/' and associated directives. Check if there are any existing tests or discussions in the comments about scroll behavior. Consider whether the fix requires adjusting CSS or JavaScript logic to update the scroll viewport after expansion.