I can adjust row_height and task_height in gantt.config but I cant find a way to display multiline text in text field.
gantt.templates.task_text = function (start, end, task) {
return "<div>First Line<br>Second Line</div>";
}
only displays “First Line” and hides the rest somewhere…
is there some way to enable multiline?