task_grid_row_resizer_attribute

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

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

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

See also
Back to top