Hi! How can i highlight the cell my cursor is on using js sourced data?
Hi Lordev,
This example should do the trick!
Cheers,
Colin
Btw, you could also use td:hover { background-color: red; } as a pure CSS solution.
td:hover { background-color: red; }
It looks like you're new here. If you want to get involved, click one of these buttons!
Replies
Hi Lordev,
This example should do the trick!
Cheers,
Colin
Btw, you could also use
td:hover { background-color: red; }
as a pure CSS solution.