Skip to content

Correct parameter type for row visibility methods on gridApi #5782

New issue

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

Merged

Conversation

alexlukelevy
Copy link
Contributor

The documentation for gridApi.core.setRowInvisible() and gridApi.core.clearRowInvisible() both specify a rowEntity as a parameter when in fact they require a GridRow instance. Both of these methods appear to expose the methods on the GridRow prototype which correctly documents the parameters.

This error in documentation may also be causing issues over at #3212

@dlgski dlgski merged commit 3b12b5c into angular-ui:master Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants