Thanks for sharing that custom component example, Milan. I'm also working with react-big-calendar
and needed a way to reorder the event display in Day View. Your MyEvent
component approach makes sense and looks easy to implement. Just curious, do you know if there's a way to customize the tooltip display too when using a custom event component like this? I'd like to either disable it completely or show different content there.