• Resolved ntel

    (@ntel)


    Hi,

    In spite of installing + activating DataTables FixedHeader, I can’t seem to make it work on my site. Please see referenced page for an example of
    1. Table created thru a shortcode [table id=123 datatables_fixedheader=top /]
    on top
    2. Table create thru a php tag
    tablepress_print_table( array( 'id' => $numero, 'responsive' => scroll, 'responsive_breakpoint' => all, 'datatables_fixedheader' => top));
    at the bottom

    I added the following in my stylesheet, with no success:
    `.tablepress.fixedHeader-floating {
    z-index: 1000 !important;
    }`

    Any pointers would be appreciated.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Please check if the “Use DataTables” checkbox on the table’s “Edit” screen is checked. This one is necessary for the FixedHeader. (The other features, like sorting, etc. can be turned off, if you don’t want them.)

    Regards,
    Tobias

    Thread Starter ntel

    (@ntel)

    That fixed it. Thank you, Tobias. (PS: already rated your excellent plugin).

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great! ?? Thanks for the confirmation!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fixed Header not working’ is closed to new replies.