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
@aldabil21 I have some query about event render func.
Case 1: Event Render in Month View
Currently, the event render function only works in day and week views while in resource view mode. However, it doesn't function in the month view. How can I make it work in the month view as well?
Case 2: Hour Format Across Resources
I'm getting hours displayed for all resources individually. Is it possible to use a common hour format for all resources instead of showing them separately?
Case 3: Event Colors by Status
Right now, event colors are assigned per resource. I'd like to apply common colors for events based on their status, such as "upcoming," "cancelled," or "completed," instead of resource-based coloring.
Case 4: Hour Display and Scroll Behavior:
I pass startHour and endHour for day, week, and month views (e.g., 5 to 24). Is it possible to initially display only a specific range of hours (e.g., 9 to 22) while allowing users to scroll back to see the full range if needed?
#HELP NEEDED!
The text was updated successfully, but these errors were encountered:
@aldabil21 I have some query about event render func.
Case 1: Event Render in Month View
Currently, the event render function only works in day and week views while in resource view mode. However, it doesn't function in the month view. How can I make it work in the month view as well?
Case 2: Hour Format Across Resources
I'm getting hours displayed for all resources individually. Is it possible to use a common hour format for all resources instead of showing them separately?
Case 3: Event Colors by Status
Right now, event colors are assigned per resource. I'd like to apply common colors for events based on their status, such as "upcoming," "cancelled," or "completed," instead of resource-based coloring.
Case 4: Hour Display and Scroll Behavior:
I pass startHour and endHour for day, week, and month views (e.g., 5 to 24). Is it possible to initially display only a specific range of hours (e.g., 9 to 22) while allowing users to scroll back to see the full range if needed?
#HELP NEEDED!
The text was updated successfully, but these errors were encountered: