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
The current implementation of eventPropGetter is invoked each time part of the event is rendered (eg. when it's splitted into multiple rows (consists of multiple segments), which is technically OK, but there is no way how to determine which segment is rendered.
I would like to use styling for each of these segments. I would like to style them separately to be able to implement partial day events (eg. 7.5 days long event).
There is 1 event with 2 segments on that picture, but I would like to make the second one shorter.
Expected Behavior
eventPropGetter should contain additional parameters to determine segment
EvenTCell:
Actual Behavior
There is no way how to define styling for each segment of the event in the month view.
Check that this is really a bug
Reproduction link
http://N/A
Bug description
The current implementation of
eventPropGetter
is invoked each time part of the event is rendered (eg. when it's splitted into multiple rows (consists of multiple segments), which is technically OK, but there is no way how to determine which segment is rendered.I would like to use styling for each of these segments. I would like to style them separately to be able to implement partial day events (eg. 7.5 days long event).
There is 1 event with 2 segments on that picture, but I would like to make the second one shorter.
Expected Behavior
eventPropGetter should contain additional parameters to determine segment
EvenTCell:
Actual Behavior
There is no way how to define styling for each segment of the event in the month view.
react-big-calendar version
1.15
React version
18
Platform/Target and Browser Versions
Firefox > 110
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: