JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Scheduler › Timeline header for single day view › Reply To: Timeline header for single day view
December 22, 2022 at 8:41 am
#104154
Hadasa
Participant
For anyone interested in this feature in the future, I’ve achieved the desired effect with a custom view:
<div>
<div>
{ type: 'week', label: "day", value: "singleDay", hideWeekend: false, hideNonworkingWeekdays: false, additionalDays: -6, }
</div>
</div>