Labs
Labs
> this.initHeroSwiper() Please, what is inside in this function of yours? Thanks
=] Thanks!!
> How do I get Trim Named Entities working? When I try using`const fromEntity = manager.addNamedEntity('fromEntity', 'trim');` I get `TypeError: manager.addNamedEntity is not a function` I'm struggling with that too....
Please, having the same issue here. Any workarouds?
Hi. Thanks for your attention. Timezone -3 (pt-BR) In the example below, I've dragged a task that was set on the gant beggining at 2022-10-17 and ending at 2022-10-19. I...
My gantt config: ```` this.gantt = new SvelteGantt({ target: this.$refs.gantt.$el, props: { dateAdapter: new MomentSvelteGanttDateAdapter(moment), from: this.inicio, to: this.final, rows: rows, tasks: tasks, dependences: dependences, timeRanges: ranges, reflectOnParentRows: false, reflectOnChildRows:...
Be able to choose to remove the icon from the indentation is a must too, as its easy to misread parent/child relashionship depending of the indentation amount because the icon...