ngx-time-scheduler icon indicating copy to clipboard operation
ngx-time-scheduler copied to clipboard

Ability to shift period by custom length when clicking next/previous buttons

Open aseychell opened this issue 3 years ago • 1 comments

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

aseychell avatar Jun 17 '21 08:06 aseychell

Currently, the nextPeriod is defined by the view of the scheduler. So the timeFrameOverall defines this.

abhishekjain12 avatar Apr 04 '23 12:04 abhishekjain12