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

v7.1에 추가됨

Back to top