Skip to main content

min_task_grid_row_height

Description

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

min_task_grid_row_height: number

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