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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.