Hi, I;ve implemented column menu feature in my gantt chart. I want to hide particular columns at the initial load of the chart and then if user selects those from column dropdown, they should appear on chart. I tried visible: 'false' property in column field and also tried this.ganttObj.hideColumn('Stage','field') as solutions but neither worked. Is there any workaround for this?