min_task_grid_row_height

sets the minimal row height that can be set for a task during resizing

number min_task_grid_row_height;

Example

gantt.config.min_task_grid_row_height = 45;


Default value:

30
Details

The property will work if gantt.config.resize_rows is set to true.

Change log

added in v7.1

Back to top