StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
745 stars 415 forks source link

Is it possible to handle click on the date header in week view? #233

Closed storminteractive closed 2 years ago

storminteractive commented 2 years ago

I can't find in documentation if there is any handler for clicking on a specific day in week view. It would be very user friendly to have a functionality supporting clicking on a date in week view, let's say where it says "Wed 12/20" and then handle this event to change the view into a day view for 12/20. Is it possible? If not can you suggest any workaround?

Thanks!

chaunt1 commented 2 years ago

use the nonAgendaCellHeaderTemplateResolver function. you can customize the header

storminteractive commented 2 years ago

Thank you