I have a following function for sorting events :
orderMyEvents(event1, event2) {
return event1.sortOrder < event2.sortOrder ? -1 : 1;
}
defined for my eventcalendar to handle the order but it seems that it is not being called from the timeline version of eventcalendar.
So Still it’s not available !!!
If not then what is the temporary way to accomplish this sorting things in timeline view.
Thanks
Ghanshyam