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