• Resolved mylenem

    (@mylenem)


    Hello!
    I have installed Tablepress with FixedColumn Extension, and, on computer device, i have 2 scroll bar on the first column i want to fix…
    On mobile device, this first column is cut when i want to scroll, so it’s not usefull…

    I tried to erase my custom CSS on Option page, but, same results.
    My shortcode is : [table id=3 datatables_fixedcolumns_left_columns=1 /] and i tried this one too : [table id=3 datatables_fixedcolumns_left_columns=1 datatables_fixedcolumns_right_columns=0 /].

    I want it to be the same like your demo page : https://tablepress.org/extensions/datatables-fixedcolumns/

    So, can you help me?
    Thanks for your work!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Can you please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #tablepress-12_wrapper .DTFC_LeftBodyLiner {
        overflow: hidden !important;
    }

    Regards,
    Tobias

    Thread Starter mylenem

    (@mylenem)

    Hi,

    Thanks for your fast answer, it’s ok now!

    I still have a little problem, on tablet, the first column is cut on horitontal scroll.
    But on mobile, no problem.

    Do you have an idea?

    Thanks a lot!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    hhm, I can’t reproduce this in my tests 🙁 Sorry.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Strange scroll bar with FixedColumn’ is closed to new replies.