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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For this, you could take a look at the TablePress Extension from https://tablepress.org/extensions/datatables-fixedheader/

    Regards,
    Tobias

    Thread Starter lamccray

    (@lamccray)

    Thanks Tobias!

    Can this extension be used in conjunction with the responsive table extension? I tried using the following and the fixed header did not work: [table id=1 responsive=scroll datatables_fixedheader=top /]

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    I’m afraid that the scroll mode of the Responsive Tables Extension is not compatible with the FixedHeader Extension, only the collapse mode is. (This is due to limitations of the FixedHeader Extension outside of my control.)

    Another idea, instead of using the FixedHeader Extension could be to use vertical scrolling in the table (which is possible if pagination is turned off). For that, you need a Shortcode like

    [table id=1 responsive=scroll datatables_scrolly=500px /]

    where that 500px is the height of the scrollable table.

    Regards,
    Tobias

    Thread Starter lamccray

    (@lamccray)

    Thanks Tobias! I tried your suggested method and it worked!

    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 5 replies - 1 through 5 (of 5 total)

The topic ‘Header Visibility’ is closed to new replies.