projects

converts all tasks with children into projects

boolean projects;

Example

webix.ui({
  view: "gantt",
  url: "https://docs.webix.com/gantt-backend/",
  // enable converting tasks into projects
  projects: true 
});


Default value:

false

Related samples

Details

If the property is set to true all tasks that have subtasks will be automatically converted into projects.

See also
Back to top