Resize Tree panel

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

Hi,
have you tried .grid_width config?
docs.dhtmlx.com/gantt/api__gantt … onfig.html

Thanks it works fine