Our pure JavaScript Scheduler component


Post by shivam »

Hi,
I am facing one issue while scheduler implementation. I am passing visible date as a prop in scheduler and initially its working. But on updating events and resource state data, i think the scheduler is reinitiated and the visible date is again scrolled to the previous provided visible date. What i want is to retain the date/horizontal scroll to which the scheduler has been scrolled to even after any prop or state changes. Any idea how to possibly resolve this?


Post by tasnim »

Could you please show us your code? it would be better if you could provide us a runnable test case so we can run and check it


Post Reply