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
But this is far from ideal since I have the button click navigating to the specific day view. Additionally, I cannot update the header height since it's controlled by the parent.
I did not find a way to use it for the day view so far.
Suggested solution
Maybe adding a dateHeader to both week and day components would be a good approach.
Clear and concise description of the problem
I want to add custom actions for every individual day for all calendar views.
I successfully managed to do it for the
month
view using thedateHeader
wrapper as follows (here's a sandbox example)However, the option does not exist for
week
andday
views. The best I could do for theweek
view is using theheader
as followsBut this is far from ideal since I have the button click navigating to the specific day view. Additionally, I cannot update the
header
height since it's controlled by the parent.I did not find a way to use it for the
day
view so far.Suggested solution
Maybe adding a
dateHeader
to bothweek
andday
components would be a good approach.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: