Hello to all,
in the case of a display by month, how we can display the reservations by hours and not the whole day.
I would like to have a display like the one for the week.
Does anyone have an idea about this?
THANKS
Hello to all,
in the case of a display by month, how we can display the reservations by hours and not the whole day.
I would like to have a display like the one for the week.
Does anyone have an idea about this?
THANKS
Hello @Amine_Barrima ,
Could you please clarify the requirement, maybe with some screenshots or mockups?
There is a built-in functionality that allows resizing one-day events in month view, that can be enabled with the resize_month_timed
config:
https://docs.dhtmlx.com/scheduler/api__scheduler_resize_month_timed_config.html
and resize_month_events
config:
https://docs.dhtmlx.com/scheduler/api__scheduler_resize_month_events_config.html
If you mean implementing the exact UI/UX in the month
view, as in the Week/Day
view - there is no such option(because there is no enough place in month cells, to display event’s as in Day/Week
views.
Kind regards,