Miguel Angel Berenguer Alcaine
Miguel Angel Berenguer Alcaine
Solved it changing in file other-helper.ts in method getChildren, this: var taskChildren = tasks.reduce(function (children, t) { return children.concat(children, getChildren(taskList, t)); }, []); For this: var taskChildren: Task[] = [];...
You have to build this package, then I had to delete node_modules (I was using create-react-app to test this library) and reinstall everything. Then change the new build in /node_modules/gantt-task-react/dist...
I think you should dive into task-list-table component. You can check there that chevron is being rendered conditionally, so you should check there. If you cannot assign the Icon just...
I'm sorry but can't now. I haven't got enough free time. I'm working with this library but I'm focusing on other things. If I do it, I'll share here.
Mmm, so I didn't try it before, but I've tried live demo and example on local. On console, you can see that first time is logging twice. I guess it...