-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
Add onRowMouseEnter and onRowMouseLeave event handlers #1027
Conversation
✅ Deploy Preview for react-data-table-component ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@jbetancur can you please take a look at this PR? |
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "react-data-table-component", | |||
"version": "7.4.7", | |||
"version": "7.4.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new feature so it should be 7.5.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last comment and this should be GTG
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
This PR picks up where the abandoned #807 was left and adds both the enter & leave events so that hovering can be properly detected.