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

How to get rid of +1 more if we assign more than one task for a resource at same time? #204

Open kvinodhkumar87 opened 4 years ago

kvinodhkumar87 commented 4 years ago

Hi,

Thanks for this great library. I'm learning the library too.

I'm getting +1 more if we have more than one task for same resource at same time. I wanted to display all the tasks instead of +1 more. Is there a way for this requirement.

Thanks in advance

nimesha95 commented 4 years ago

You need to sort your event array for the start date.

136

kairiruutel commented 4 years ago

@nimesha95 Thank you! Sorting the array did the trick ;)