dhx_cal_header

Hi,
I would like to show a “calendar header” at the bottom of the “calendar data” so that when the user scrolls the page he can see it. Does somebody knows if it’s possible in an easy way?

thanks for support,
Marco

Hi,
while there is no built in way, it can be done relatively easily.
What you need to do is

  1. detect when scheduler layout is repainted
  2. clone .dhx_cal_header node
  3. inject clone into dom below scheduler
    E.g. snippet.dhtmlx.com/95ebcfee4

Thanks a lot for the very fast answer. It works…and also in an easy way :slight_smile: