We want to have a add button on the right in headers in grid area, click on this button would allow to add a new column. How could be done with api support?
//This is not working…
gantt.config.columns.push({<column data});
//This opens light box to add task, which is not what we want
gantt.config.columns=[{<column data},{
“name” :“add”,
"width: “44”
}];