min_task_grid_row_height

定义任务行在调整大小时的最小高度

number min_task_grid_row_height;

Example

gantt.config.min_task_grid_row_height = 45;


Default value:

30
Details

此设置仅在启用 gantt.config.resize_rows (true) 时生效。

Change log

added in v7.1

Back to top