Is it possible to make a hover on columns?
Is it possible to make a hover on columns?
cha59
Posts: 87Questions: 23Answers: 0
Hi
I know of row highlighting on mouse over but instead of a row, I would like the same result on a column. A column highlighting on mouse over. Is that possible?
Best regards
Claus
This question has accepted answers - jump to:
Answers
Would this work for your needs ?
http://jsfiddle.net/ThinkingStiff/2XeYe/
Taken from
https://stackoverflow.com/questions/1553571/html-hover-table-column
Here is an example using Datatables APIs:
http://live.datatables.net/digeseka/550/edit
It uses the code examples from
column().nodes()
andcolumns().nodes()
. Added optional header and footer highlighting.Kevin