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