Gantt chart css problem

Hi

i am facing css issue in gantt chart. when my taskname length exceed its hidden and cannot able to view full text.

also i am unable to expand the task bar.

please help me to resolve this.
on the below url we can expand the TaskName, Start time and Duration. like this i want enable that on my chart.
[url]https://docs.dhtmlx.com/gantt/samples/06_skins/05_broadway.html[/url]


Hello,

To enable a possibility to resize a column by dragging the column’s border, please set the value of resize property to true.
docs.dhtmlx.com/gantt/api__gant … onfig.html

I enable that property by giving gantt.config.grid_resize = true; even though its not working?

could you tell what will be the problem?

grid_resize makes the grid resizable by dragging the right grid’s border.

You also should set resize:true for the column “Task text” in gantt.config.columns configurations.