Hi,
I don’t find anyway to resize the left side of the gantt. I tried to override the css rule “gantt_grid”, to modify my gantt’s parameters :
gantt.config.columns=[
{name:"text", label:"", tree:true, width:'200px', template:myFunc }
];
Is there another way ?
Thanks