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
Would be nice to have the background events shown in the month view like they are shown in week and day views.
Suggested solution
Modifications are needed in the Month component and maybe some other components related to it
Alternative
Alternative to this could be allowing additional data-* or title attributes returned by dayPropGetter. At the moment it accepts only style and className attributes but would be nice if it could be extended with some additional custom attributes. For example if I want to paint the background on additional day slot would be nice to show why it is painted with some tooltip on hover. Here is an image that shows the example:
This wont be ideal solution but I guess it will be much easier for you to implement until you solve the main one by finding the correct way of showing background events in month view.
Clear and concise description of the problem
Would be nice to have the background events shown in the month view like they are shown in week and day views.
Suggested solution
Modifications are needed in the Month component and maybe some other components related to it
Alternative
Alternative to this could be allowing additional
data-*
ortitle
attributes returned bydayPropGetter
. At the moment it accepts onlystyle
andclassName
attributes but would be nice if it could be extended with some additional custom attributes. For example if I want to paint the background on additional day slot would be nice to show why it is painted with some tooltip on hover. Here is an image that shows the example:This wont be ideal solution but I guess it will be much easier for you to implement until you solve the main one by finding the correct way of showing background events in month view.
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: