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 )
Carluccio
Posts: 8Questions: 3Answers: 0
in FixedColumns
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
This thread should help, it's asking the same thing.
Cheers,
Colin
I have realised you can also use position sticky to achieve the same result.
We are in the process of rewriting FixedColumns to use
position: sticky
. It will be released as FixedColumns 4 soon .Allan
@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.