ngx-time-scheduler
ngx-time-scheduler copied to clipboard
Ability to shift period by custom length when clicking next/previous buttons
When clicking on next/previous buttons, currently it is hardcoded to always shift the dates by the full timeFrameOverall
period. Ideally, there is the possibility to override this period from outside of the component.
I'm referring to this part: https://github.com/abhishekjain12/ngx-time-scheduler/blob/511072d3add79040ac6c0b9fd39e92d1ab1c2d9d/projects/ngx-time-scheduler/src/lib/ngx-time-scheduler.component.ts#L235
Currently, the nextPeriod
is defined by the view of the scheduler. So the timeFrameOverall
defines this.