Highlight doesn't show on the floating columns
Highlight doesn't show on the floating columns
yishayh
Posts: 108Questions: 17Answers: 0
in FixedColumns
Hi,
When using fixed columns, a highlight row doesn't highlight the cells in the fixed columns.
The fixed columns are initialized in the following manner:
fixedColumns: {
leftColumns: 2
};
Thanks,
Yishay
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
It appears to work in this example. I'd need a link to a test page showing the issue to be able to offer any help.
Allan
Hi Allan,
In "highlight" I meant the feature where the row highlights automatically on hover.
In your example the row highlights when selected manually.
Regarding the link, sorry, but I can't hand you a link because it is not a public site.
Thanks,
Yishay
Oh - thanks for the clarification. Unfortunately yes, that is a known issue and one I'm not sure how to address. The hover style is provided by using the
:hover
pseudo class on thetr
element, but since the FixedColumn has to be split into a separate table / row, the:hover
doesn't extend to it.Its hopefully something I can address in future.
Allan
Hi Allan,
thanks for your replies.
Have a nice day,
Yishay