• Resolved Marceau

    (@marceau)


    Hi,
    Fisrt, thanks a lot for this awesome plugin.
    I’ve tried to use the “DataTables FixedHeader” but it does not seems to work on my wordpress.
    Here’s the call to my table :

    [table id=1 automatic_url_conversion=true
    automatic_url_conversion_new_window=true
    datatables_counter_column=true
    row_order=sort
    row_order_sort_column=B
    row_order_sort_direction=ASC
    datatables_fixedheader=top
    datatables_fixedheader_offsettop=60 cache_table_output=false /]

    Here’s the link to the table :
    http://minu.me/dw0r

    Thanks a lot for your help.

    PS : I’ve tried to desactivate the other plugins with no results.
    https://ww.wp.xz.cn/plugins/tablepress/

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.

    We’ll just need a little bit of “Custom CSS” code to make it visible on this site:

    .tablepress.fixedHeader-floating,
    .tablepress.fixedHeader-locked {
        z-index: 10;
    }

    Regards,
    Tobias

    Thread Starter Marceau

    (@marceau)

    Hi Tobias,
    thanks for your quick (and correct) answer, i confirm it’s working very well now 🙂
    Regards,
    Marceay

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘DataTables FixedHeader does not work on my WP’ is closed to new replies.