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

Add events onMouseEnter/Leave for Cells #16

Closed
pszalanski opened this issue Jun 16, 2016 · 1 comment
Closed

Add events onMouseEnter/Leave for Cells #16

pszalanski opened this issue Jun 16, 2016 · 1 comment

Comments

@pszalanski
Copy link

It would be a really convenient feature if I could have onMouse* Events for cells. Say, I want to display an icon as soon as the user hovers over a specific cell, to give a hint, that an action can be performed on the cell.

Right now, I can get these events only for the complete row. The cell or column the user hovers over at that time cannot be reconstructed, as far as I can tell.

@KamranAsif
Copy link
Contributor

You can easily do this yourself by adding event handlers to individual cells.
Example: https://jsfiddle.net/pvt3dc1r/

The only downside is that adds 2 listeners per cell which can hurt performance depending on how many you have on screen.

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