How to bring a

How to bring a

GlyndwrGlyndwr Posts: 128Questions: 35Answers: 1

I have updated my version of DataTables using the Download. This has fixed an issue I had with scrolling. However, now my columns, which are at a 45 degree angle, are behind the fixed columns (the first two columns are fixed). Before the update the following css resolved this issue. However, now the first two columns are not opaque.

           table.dataTable thead tr {
      background-color: white;
      opacity: 0.5;
      text-align: right;
    }

How can I either make the first two columns opaque again or send them to the back (or bring the other columns to the front) please?

Kind regards,

Glyn

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @Glyndwr ,

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.