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
Would it be possible to modify the day header in the schedule view? I'd like it to be horizontal instead of being vertically aligned on the right, taking up a lot of space in an entire vertical band—similar to the week header.
A builder for the week header would also be appreciated.
If this isn't possible, would there be an easy way to retrieve the first appointment of each day in the appointment builder so we can create our own header above this appointment ?
Proposal
Add a method scheduleViewDayHeaderBuilder(DateTime date) and add in dayHeaderSettings() a bool, isExpandedHorizontally.
(And may be a scheduleViewWeekHeaderBuilder(DateTime start, DateTime end) )
Or add a int indexInDay in CalendarAppointmentDetails
The text was updated successfully, but these errors were encountered:
Use case
Would it be possible to modify the day header in the schedule view? I'd like it to be horizontal instead of being vertically aligned on the right, taking up a lot of space in an entire vertical band—similar to the week header.
A builder for the week header would also be appreciated.
If this isn't possible, would there be an easy way to retrieve the first appointment of each day in the appointment builder so we can create our own header above this appointment ?
Proposal
Add a method
scheduleViewDayHeaderBuilder(DateTime date)
and add indayHeaderSettings()
a bool,isExpandedHorizontally
.(And may be a
scheduleViewWeekHeaderBuilder(DateTime start, DateTime end)
)Or add a int
indexInDay
inCalendarAppointmentDetails
The text was updated successfully, but these errors were encountered: