Highlight row with frozen columns

In my case I set fixedColumnsLeft which creates a clone table. On mouse hover either a row on clone table or a master table is selected. Is it possible to select the whole row?

Hi @nvrcght

you should be able to select fixed area as well. Please check this demo for tips http://jsfiddle.net/55z02om4/ I am using a helper option currentRowClassName to set a class to the whole row.

Thanks for replying. This is not exactly my case. I want to use highlight row on hover.
Please check out this js fiddle http://jsfiddle.net/55z02om4/2/

We do not have a hover effect for this class (it doesn’t work for fixed area).

I have created a workaround here http://jsfiddle.net/5nccqty4/ but it is pretty slow.