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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Unfortunately, I’ll have to disappoint you here. These features are not compatible at this time, so that making a table responsive with the FixedHeader in use is not directly possible.

    Regards,
    Tobias

    Thread Starter asantiweb

    (@ashleysanti)

    No problem, thank you

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure! Sorry that I could not provide better news here.

    Best wishes,
    Tobias

    Sorry to hijack this thread, but is it possible to turn off fixed header depending on the breakpoint? ie turn it off when it breaks for tablet/cell.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi juiceycow,

    it’s not directly possible to turn the FixedHeader off like that, but you could simply hide the floating header row on small screens. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media screen and (max-width: 768px) {
      .tablepress.dataTables.fixedHeader-floating {
        display: none;
      }
    }

    Regards,
    Tobias

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