namespace-ee / react-calendar-timeline

A modern and responsive react timeline component.
MIT License
1.93k stars 625 forks source link

Add onEndTimeChange event (#838) #845

Open atheck opened 2 years ago

atheck commented 2 years ago

Issue Number

https://github.com/namespace-ee/react-calendar-timeline/issues/838

Overview of PR

I indeed didn't found a good solution to this. So I decided to add an event which is called when scrolling ends. This way I can reload data when this new event gets fired. I think this resolves the issue for me.