task_grid_row_resizer_attribute

그리드 행의 리사이저 DOM 요소에 사용되는 속성 이름을 정의하며, 해당 행의 인덱스를 나타냅니다.

string task_grid_row_resizer_attribute;

Example

gantt.config.task_grid_row_resizer_attribute = "data-grid-row-index"


Default value:

"data-row-index"

Related samples

Details

이 설정은 gantt.config.resize_rows가 활성화된 경우에 적용됩니다.

See also
Back to top