We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
angular-ui-grid version : 4.2.3
Row heigth : 120
When I add a new row and scrollToFocus is called to focus the new row => new row is not visible entirely
Plunker : http://plnkr.co/edit/xpWrdtulib0ShnaScoDj?p=preview
The text was updated successfully, but these errors were encountered:
fix(Grid.js): scrollToIfNecessary can scroll to last row.
cdaa300
Updated the scrollToIfNecessary to treat any percentage number for the scroll position that is greater than 1 as 1. fix #6571, fix #6507, fix #6563
87c9eed
Successfully merging a pull request may close this issue.
angular-ui-grid version : 4.2.3
Row heigth : 120
When I add a new row and scrollToFocus is called to focus the new row => new row is not visible entirely
Plunker : http://plnkr.co/edit/xpWrdtulib0ShnaScoDj?p=preview
The text was updated successfully, but these errors were encountered: