Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Scheduler › Timeline header for single day view › Reply To: Timeline header for single day view
December 22, 2022 at 8:41 am
#104154
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>