allows creating split tasks
webix.ui({
view: "gantt",
split: true,
});
Split tasks are tasks with subtasks that are displayed on one and the same row. If the property is set to true users can:
Note that unlike regular tasks, split tasks are not displayed as branches and cannot be expanded.