Reputation: 11
The problem I am trying to solve is to display all events (doesn't matter if allDay true or false) ordering by the parameter I created named 'level'.
I created a 'level' parameter for my EventObject in fullcalendar, but even if I use eventOrder: "level", it seems that the events are separated in two sections (the 'allDay : true' are shown in the top and 'allDay : false' in the bottom).
I also tried combining other configurations as 'eventOrderStrict: true' and 'allDaySlot: false', but it didn't work.
Important: the project I am working implements the Fullcalendar component version 3.
Upvotes: 1
Views: 46