FixedColumns and highlighting entire row not working
FixedColumns and highlighting entire row not working
Hi,
In this example :
http://datatables.net/extensions/fixedcolumns/
The highlighting doesn't looks good, the fixed columns are highlighting independently from the rest of the table.
I tried the following code :
http://datatables.net/forums/discussion/13856/highlighting-entire-row-on-hover-with-fixed-columns
But it doesn't work. When I use this code, it highlight for example row 5 from the fixed columns while highlighting row 4 from the rest of the table. It always highlight the previous row from the rest of the table.
The FixedColumns is great, but I need it to highlight the entirerow to start using it.
I would also like if possible to highlight the current column on mouse over (while still highlighting the entire row).
Any help would be appreciated. Thank you!