angular-ui/ui-grid
在 GitHub 查看expandable grid does not update scroll bar when a row is expanded
Open
#2,486 建立於 2015年1月5日
help wantedtype: bug
倉庫指標
- Star
- (5,395 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
When expanding a row to reveal a sub-grid, the scroll bar does not immediately update. It only updates after it is used to scroll up or down. This issue is problematic when expanding the last couple rows in the grid, you must first scroll up to reset the scroll bar, then scroll back down.
How to reproduce:
- Go to tutorial for expandable grid: http://ui-grid.info/docs/#/tutorial/306_expandable_grid
- Scroll to the bottom of the top grid and expand row 499
- Notice that the scroll bar does not adjust, and you must scroll up before being able to scroll down