Skip to content
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

this.onRowUnselect is not a function #563

Closed
Bublade opened this issue Sep 5, 2018 · 2 comments
Closed

this.onRowUnselect is not a function #563

Bublade opened this issue Sep 5, 2018 · 2 comments

Comments

@Bublade
Copy link

Bublade commented Sep 5, 2018

In all occasions it should be this.props.onRowUnselect instead of this.onRowUnselect

if(this.props.onRowUnselect) {
this.onRowUnselect({originalEvent: event.originalEvent, data: rowData, type: 'row'});
}

if(this.props.onRowUnselect) {
this.onRowUnselect({originalEvent: event.originalEvent, data: rowData, type: 'row'});
}

if(this.props.onRowUnselect) {
this.onRowUnselect({originalEvent: event.originalEvent, data: rowData, type: 'radio'});
}

@Bublade
Copy link
Author

Bublade commented Sep 5, 2018

I was to fast fast with making an issue on this there already is one:
#552

@cagataycivici
Copy link
Member

cagataycivici commented Sep 11, 2018

#552

Fixed for beta.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants