• Resolved tradersammy

    (@tradersammy)


    Hello!

    I can’t get fixedheader to work with tablepress. It’s a simple tablepress test table. Looked through forum, and tried several things accordingly but to no avail.

    [table id=37 datatables_fixedheader=both /]

    1) installed fixedheader extension for tablepress (activated)
    2) “Use DataTables” checked
    3) Added this to Plugin Options
    .tablepress.fixedHeader-floating {z-index: 1000 !important;}
    4) Checked Browser Dev Logs (have error but Divi assures me only a warning)
    5) Am NOT using “merged cells”

    Any help is appreciated – Sam

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

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    From what I can see, you will need an even higher z-index:

    .tablepress.fixedHeader-floating {z-index: 100000 !important;}
    

    Can you please try that?

    Alternatively, you could use the datatables_fixedheader_offset Shortcode parameter, to keep the fixed header below the site navigation.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Tablepress fixed header plugin’ is closed to new replies.