Ante Novokmet

Results 29 comments of Ante Novokmet

Can you try using `SvelteGanttComponent` as the property interface? ``` gantt: SvelteGanttComponent; ```

Hello, sorry I was not able to answer sooner. Any chance you could push your code to a repo? It would be a great help to me.

Hello, thanks. I've made the changes here https://github.com/redouan-da/gantt-svelte-angular/pull/1 This makes svelte-gantt work in angular but a few issues I need to fix (I used these workarounds in your project): -...

Yeah, it's just a type issue try ``` this.gantt.api['tasks'].on.select(task => console.log('listener: task selected:', task)); ```

> Hi @redouan-da , > I've not find the solution. > > My code seems to be good : 2 distincts objects for 2 distincts DOM elements > > I...

1. What do you mean by lazy loading? 2. Are those global moment settings? If so you could set them before initializing gantt. An example of the settings you are...

Sounds nice. If we do this on task "drop", at first it looks like it should not be too complex. But when you take a case where there's a bunch...

I suggest you try to implement it using events. On task dropped read their data and correct their times if needed. Then if it works well we could include it...

> @ANovokmet the overlapping task is displayed below the first task. So in the same row...but the row gets bigger (in height) and the overlapping task(s) is displayed in the...

> I face one issue when drag and drop new task, > when week view selected and drop new task at last week day then new task not plot exact...