StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
746 stars 415 forks source link

Make some events appear on top always. #183

Open aliehsan90 opened 4 years ago

aliehsan90 commented 4 years ago

There are some events that I always want to appear on top of other events. For example if I have events e1, e2, e3 that have some intersection with each other and the scheduler shows these events as follows: ____e1____--------- -------____e2____------- ---____e3____--------

However, what if I always want to show the e3 event at the top like so: ---____e3____-------- ____e1____--------- -------____e2____-------

How can I do that?