How to get Column and Row indices when mouseMove event is on the DOM
I want to add a cells highlight feature to my table but I don't want to add the event handlers to each cell, I want to add it to the Body DOM element, what will be an idomatic way to do is in ReactTable so that I will be able to retrieve the column and row indices.
0 Replies