Multiple split per task

Hi,

I found out that a task can be split once on one line.
I wonder if its possible to support multiple split on one line, i want to use this an aggregation of the underlying tasks.

Rob

There is no native split functionality. Gantt renders one task per line, always.

It possible to implement some custom solution through custom rendering function ( probably you have found the example of such custom coding )