Task text hidden

image

Currently the text is hidden when the task name is too long. Instead, I would like to have the height of the row grow larger in order to accommodate the text. Is this possible in dhtmlxGantt?

1 Like

Hello Seungmin,
In the current Gantt version (7.0.13), there is no way to have the different height for the task rows. The dev team will add that feature in the 7.1 version.

Now, as a workaround, you can only temporarily increase the task height. Here is an example of how it can be implemented:
http://snippet.dhtmlx.com/5/b550b895b

Thank you very much. Thanks to this, we were able to fix it. Thanks for your help every time.