Highlight doesn't show on the floating columns

Highlight doesn't show on the floating columns

yishayhyishayh Posts: 108Questions: 17Answers: 0

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

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,055 Site admin

    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

  • yishayhyishayh Posts: 108Questions: 17Answers: 0
    edited May 2016

    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

  • allanallan Posts: 61,446Questions: 1Answers: 10,055 Site admin
    Answer ✓

    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 the tr 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

  • yishayhyishayh Posts: 108Questions: 17Answers: 0

    Hi Allan,

    thanks for your replies.

    Have a nice day,
    Yishay

This discussion has been closed.