Hi,
I have a use case, where I have to specify the line that the event should be displayed at, depending on its type. E. g. all events of type A should be placed at line 0, all events of type B at line 1 etc.
If there are many events of the same type inside the same resource, the default sorting rule (start asc, end desc) applies.
Right now I have to do this placement myself, which is not that trivial and it gets complicated, because I have to take in account all events opertions: adding, deleting, showing, hiding, moving, resizing and copy&paste
Otherwise it would be helpful, if you could provide me with a workaround.
Thank you!