Skip to main content

task_grid_row_resizer_attribute

Description

Sets the name of the attribute of the resizer's DOM element of the grid row. The attribute presents the row's index

task_grid_row_resizer_attribute: string

Example

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

Default value: "data-row-index"

Details

note

note The config is applied when gantt.config.resize_rows is enabled.