Autofill Handle display issue with Scroll X

Autofill Handle display issue with Scroll X

rmarneyrmarney Posts: 7Questions: 2Answers: 0

Hi All,

I am facing an interesting issue when using autofill and scroll-x, when the user scrolls to the right to expose a column that was initially hidden, the autofill handle appears over a completely different cell value.

In the screenshot the red input is where I am hovering and you can see the handle in the far left column.

Answers

  • rmarneyrmarney Posts: 7Questions: 2Answers: 0

    Fixed it

    Might be an interaction with BootStrap, but placing this CSS tag after loading the CDN css worked (with example being the table id)

    #example {
    position:relative;
    }

This discussion has been closed.