defaultColumns
Description
An array of objects with default configuration parameters for the Gantt columns in the grid areaDefault config
[
{ id: "text", header: "Task name", flexgrow: 1 },
{ id: "start", header: "Start date", align: "center" },
{ id: "duration", header: "Duration", width: 90, align: "center" },
{ id: "add-task", header: "", width: 50, align: "center" },
];
Parameters
The description of all parameters see here: columns