angular2-gantt
angular2-gantt copied to clipboard
it is possible de put two or more tasks on the same row?
it is possible de put two or more tasks on the same row
thanks for your responses
Hi I would like know to the answer for this issues also.
As it's currently implemented, the Angular2-Gantt is one task per row. As it says in the introduction, this project is in alpha.
Angular-Gantt ( https://www.angular-gantt.com/ ) allows an arbitrary number of tasks per row. It will also figure out a z-order if they overlap. However, Angular-Gantt is AngularJS rather than Angular 2+.
I rant into significant trouble with performance on Angular-Gantt when there was thousands of tasks and tens of tasks on a row. If you're using a smaller data set, it should be alright, and are ok with AngularJS, it should be alright.
It would be great If you provide some hints to add this feature.
My recall of the exact details is fuzzy, but I think the rendering of the Gantt is build around one task being on each row, then drawing the time needed around that - and that it needed almost a re-write to support.
An arbitrary number of tasks per row is something that I'd need too, so I'm hoping https://github.com/dalestone/henry-gantt has something like that.