How do I prevent a fixed column from being displayed when scrolling ( possible bug )

How do I prevent a fixed column from being displayed when scrolling ( possible bug )

CarluccioCarluccio Posts: 8Questions: 3Answers: 0

Hi, I think I have found a possible bug on iPad using a trackpad ( see capture below ):
https://imgur.com/a/bWBmobx

When you scroll too much on the right or left, you can see twice the fixed columns which looks a little weird. Is there a way to hide it ?
Do fixed column use a different css class from the one hidden underneath ?

Thanks.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    This thread should help, it's asking the same thing.

    Cheers,

    Colin

  • CarluccioCarluccio Posts: 8Questions: 3Answers: 0

    I have realised you can also use position sticky to achieve the same result.

  • allanallan Posts: 61,642Questions: 1Answers: 10,093 Site admin
    Answer ✓

    We are in the process of rewriting FixedColumns to use position: sticky. It will be released as FixedColumns 4 soon :).

    Allan

  • CarluccioCarluccio Posts: 8Questions: 3Answers: 0

    @allan Great news, thanks! It should make things easier, and now that position: sticky is supported by all modern browsers, so it's all good.

Sign In or Register to comment.