Highlighting a cell

Highlighting a cell

LORDEVLORDEV Posts: 8Questions: 0Answers: 0

Hi! How can i highlight the cell my cursor is on using js sourced data?

Replies

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi Lordev,

    This example should do the trick!

    Cheers,

    Colin

  • colincolin Posts: 15,237Questions: 1Answers: 2,598
    edited February 2018

    Btw, you could also use td:hover { background-color: red; } as a pure CSS solution.

This discussion has been closed.