Mouse pointer on single column
Mouse pointer on single column

Hi, is there any way where we could get hand cursor pointer hover on all rows in single column in datatables? I need this feature since i'm triggering a function on that particular column. Help would be appreciated. Thanks.
This discussion has been closed.
Answers
This thread should help, it's asking the same thing.
Cheers,
Colin
@colin, I need hover on a single column of each row instead of all rows.
From that example make your selector more specific with a class assigned to the
td
, like this:You can use
columns.className
to add the class if you wish.Kevin