How do you increase the width of the tree attached to the gantt on the left.
As it stands, you cannot have more than ~25 characters before it overflows, and it does not auto-grow when there are longer items.
How do you increase the width of the tree attached to the gantt on the left.
As it stands, you cannot have more than ~25 characters before it overflows, and it does not auto-grow when there are longer items.
Hi,
In the contructor of GanttChart (file dhtmlxgantt.js) you have this parameter:
this.maxWidthPanelNames
You may modify these for you help.
Greetings
Awesome! that did the trick thanks