How to change time header in calendar, I would like to show resources in the header and days on the y-axis
Asked by Viktor Eriksson
6 years ago.
6 years ago.
I would like to use the viewType="resources" - view. But I would like to show events as far back as a year. Is it possible to change the 24h limit in the calendar to show number of days ?
Something like:
<DayPilotCalendar
days={10}
viewType={"Resources"}
columns={resources}
/>
DayPilot