VueJS, DayPilotCalendar, resource view
Asked by Anonymous3 years ago.
I'm trying to evaluate this, and am nearly there, but I can't make each resouces' column style differently.
Events have a cssClass property, but it looks like resources don't ?
I've read most of the docs such as https://doc.daypilot.org/scheduler/row-header-columns/ and even experimented with doing weird things in the event handlers, and not getting very far.
Is this possible ?
Answer posted by Dan Letecky [DayPilot]3 years ago.
In the Lite (open-source) version this is not possible at the moment but in the Pro version you can customize the calendar column headers using "onBeforeHeaderRender" event handler:
https://doc.daypilot.org/calendar/column-header-customization/
Comment posted by Anonymous3 years ago.
The docs don't clearly say this applies to the VueJS version, I assume it does ?
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.