You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In react big calendar currently showing events something like as below.
and somewhere i saw something like as below image. which has look and feel more then what we have currently in react-big-calendar. and also it has big area to display event so with this it is easy to read event content.
so how to do customization in display events. and also let's say my event start from 10:00 AM and end at 05:00 PM so that event should display as stretched format. means that event should display vertically long in day view.
Suggested solution
I am looking for that solution as mentioned problem above. please help me out for this.
Picture B is the default layout of events in Big Calendar. Picture A shows your events with all of the text centered. Somewhere you have some CSS causing this to happen, overriding the styles. You either need to apply override styling to your .rbc-event class, or use the eventPropGetter to apply override styling or new classes. For finer control of sizing/overlap you can apply a custom dayLayoutAlgorithm
Clear and concise description of the problem
In react big calendar currently showing events something like as below.
and somewhere i saw something like as below image. which has look and feel more then what we have currently in react-big-calendar. and also it has big area to display event so with this it is easy to read event content.
so how to do customization in display events. and also let's say my event start from 10:00 AM and end at 05:00 PM so that event should display as stretched format. means that event should display vertically long in day view.
Suggested solution
I am looking for that solution as mentioned problem above. please help me out for this.
Alternative
No response
Additional context
No response
Validations
Would you like to open a PR for this feature?
The text was updated successfully, but these errors were encountered: