• Resolved principia

    (@prinicpia)


    Hi Tobias
    Great plugin. I am attempting to use the fixed column functionality before sending in my donation. It doesn’t seem to work as your example. On my development web page https://www.altoncyclingclub.org/table-dev2/ . the first table has fixed columns but the scrolling text appears behind the fixed columns (both Edge on PC and Safari on iPad). The second table has no fixed columns but, like the first, has an extra orange bar below the header – you example doesn’t have this. I have not included responsive in the short codes [table id=24 datatables_fixedcolumns_left_columns=3/] for the first and [table id=24 /] for second. The only custom CSS is to change the header background colour. Could you please have a look at this?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter principia

    (@prinicpia)

    Hi Tobias
    I’ve found I can cover up the problem with custom CSS
    .tablepress-id-24 td {
    background-color: #ffffff;
    }

    Is this the only solution? The extra orange bar in the header still remains.
    Thanks

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Indeed, this is caused by the transparency of the cells, so, yes, adding a white background color will help.

    The orange bar is coming from an extra element for the scrolling header row. Normally, it should have the same size as the main header row and therefore be invisible. Unfortunately, I can’t see why it’s visible in your case ??

    Regards,
    Tobias

    Thread Starter principia

    (@prinicpia)

    Tobias
    Thanks for you help and the hint about the extra element. I’ll track it down with my development tools.
    Regards
    Andy

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sure, no problem! Please let me know if you find anything!

    Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fixed columns show text behind on scroll’ is closed to new replies.