Fixed Header with another fixed header causing offset issue
Fixed Header with another fixed header causing offset issue
![smeenge](https://secure.gravatar.com/avatar/49259905f3128993e3e8b8d7468adcf8/?default=https%3A%2F%2Fvanillicon.com%2F49259905f3128993e3e8b8d7468adcf8_200.png&rating=g&size=120)
So I've followed the guides on how to implement an offset in order to include a fixed header on my table inside a page that already has a fixed header, but the header "jumps" too early , making two headers visible. I'm sure its probably got something to do with the WordPress theme, but does anyone have any ideas on how I might be able to fix it?
e.g. https://www.retroseasons.com/teams/golden-state-warriors/stats-totals/all/
This discussion has been closed.
Answers
Hi @smeenge ,
As you say, that Wordpress banner is affecting it, but I notice if you resize the window, everything starts working as expected. It would be worth adding a call to
fixedHeader.adjust()
in either yourdrawCallback
, or possibly a new optioninitComplete
and see if that helps.Cheers,
Colin