Bug with fixed columns on safari

Bug with fixed columns on safari

smithygregsmithygreg Posts: 1Questions: 1Answers: 0

Hi there...
I am using DT with Fixed Columns and when there are a lot of columns, when you scroll all the way to the end, safari loses the column alignment. I have made sure I am using the most recent versions of DT and FC plugin.
Example can be found HERE

It works fine on Chrome/FF/Edge. Chrome on Mac works OK too. It's only safari that displays this behavior...
Is this a bug? Am I doing something wrong?
Thanks!
Greg

Answers

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin

    Hi Greg,

    Could you remove this from your CSS:

    table {
        max-width: 100%;
        background-color: transparent
    }
    

    I believe that max-width is causing issues, since in this case we want it to be allowed to go more than 100%.

    Allan

This discussion has been closed.