JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Scheduler › More views options
Tagged: Scheduler, Views
Hi team,
Is there a way to see only 3 days in the weekly view? I know there is an option for 4.
All so, I noticed the dates shown in the header are not synced with the actual dates.
Hi,
The available view types are: <span class=”code”>”day” | “week” | “month” | “agenda” | “timelineDay” | “timelineWeek” | “timelineMonth”</span>
Can you send a demo with the incorrect date in the header? You can view on every demo that the date is correct: https://www.htmlelements.com/demos/scheduler/overview/
Best Regards, Svetoslav Borislavov
Smart UI Team https://www.htmlelements.com/
The issue is in one of your demos https://www.htmlelements.com/demos/scheduler/view-custom/
I strongly advise adding a full custom to views, 3 days, for example, would have been perfect for a mobile view
Hi Aviv,
You can achieve a 3 day view by using the following:
` scheduler.addView(‘week’, ‘My View’, ‘myView’, false, false, -4); scheduler.setView(‘myView’);`
Best regards, Peter Stoev
Hi admin, Wow, Thank you a lot it’s working amazing. Why is this method not in the API documentary?
It is a new one and is still in a test period, but I thought to share it, because it will be helpful for your needs.