Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom DayHeader in schedule #2221

Open
Quichaco opened this issue Dec 20, 2024 · 0 comments
Open

Custom DayHeader in schedule #2221

Quichaco opened this issue Dec 20, 2024 · 0 comments
Labels
calendar Calendar component open Open

Comments

@Quichaco
Copy link

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 in dayHeaderSettings() a bool, isExpandedHorizontally.
(And may be a scheduleViewWeekHeaderBuilder(DateTime start, DateTime end) )

Or add a int indexInDay in CalendarAppointmentDetails

@VijayakumarMariappan VijayakumarMariappan added calendar Calendar component open Open labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calendar Calendar component open Open
Projects
None yet
Development

No branches or pull requests

2 participants