Highlighting a cell
Highlighting a cell
LORDEV
Posts: 8Questions: 0Answers: 0
Hi! How can i highlight the cell my cursor is on using js sourced data?
This discussion has been closed.
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.