Mouse pointer when mouse over row

Mouse pointer when mouse over row

uskerineuskerine Posts: 33Questions: 15Answers: 0

Hi,

What should be done to get the mouser adopt hand-finger-shape when mousing over a row in DataTables?
I have a table where user can click over any row to select it, and I would like to highlight this by means of changing arrow shape.

Thanks,

Answers

  • uskerineuskerine Posts: 33Questions: 15Answers: 0

    Found the solution somewhere in google.
    In case someone is interested, just add this somewhere in your .CSS:

    myTableID tbody tr {

     cursor: pointer; 
    

    }

This discussion has been closed.