angular-ui/ui-grid
在 GitHub 查看On clicking last few row cells of large ui-grid, the grid scrolls to top to show header
Open
#5,228 创建于 2016年3月14日
help wanted
仓库指标
- Star
- (5,395 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
I'm using ui-grid - v3.1.1(assuming that is the latest version). I have a large table with editable cells(with custom row height) that allows user to input values. When the last few rows of the cells are clicked in order to enter text(since table is large, the header is not visible while viewing last few rows), the table automatically scrolls to the top, causing a slight shift in the grid which is very annoying to the users(tested in Chrome and IE11, seeing the same issue, surprisingly firefox does not exhibit this behaviour). Any ideas/hacks to fix this behavior?