gantt-schedule-timeline-calendar
gantt-schedule-timeline-calendar copied to clipboard
Gantt Gantt Gantt Timeline Schedule Calendar [ javascript gantt, js gantt, projects gantt, timeline, scheduler, gantt timeline, reservation timeline, react gantt, angular gantt, vue gantt, svelte gant...
**Your question and description of the problem goes here** When right clicking on a task, I need to open a context menu. I'm having a little trouble getting this to...
**Describe the bug** When I resize the item from the end time the onEnd event triggers once, but triggers twice when resize from start time. **gantt-schedule-timeline-calendar version** 3.6.6
Hi, is it possible in some way to drag an external object and set it on the timeline (creating a new item so that can be then moved/sized) ? Tnx...
Is there a way to overlap the elements in the same row? Rather than stashing one on top the other
Is there a way to fix the first few rows on top and not disappear as the scroll bar slides down
Are there ways to make a row sticky?
When moving or resizing an item with `dependant` property provided, the dependent item also moves. I think the other item should stay in place unless passed to `linkedWith` property as...
In the old version of gantt-elastic you could scroll by clicking (mouse down) and moving the mouse in grid/chart area. Currently, the only way is via a horizontal scroll bar.
I'm using the selection plugin to allow the user to select multiple items and then delete them. Deletion works fine by removing them from the state, but then I interact...
How to disable selection and scroll by grid dragging on touch devices? My goal is to use this lib in read-only mode, so I don't need selection, but instead it...