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; }
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.