Hi everyone, I'm working on a project that loads events dynamically, also using the onScroll method. In addition to this there is a zoom that allows, depending on the selected level, to view the periods as months, weeks or days, by changing the headers in the onBeforeTimeHeaderRender method. The problem is that after selecting a different zoom level and scrolling, the args passed to the onBeforeTimeHeaderRender method are sometimes not correct and the zoom does not work correctly.
My question is: where do the args of the onBeforeTimeHeaderRender method come from? Where can I change them and then pass them correctly to this method?
Thanks in advance for your help!