grid_resizer_attribute
warning
The property is deprecated.
Description
Sets the name of the attribute of the grid resizer's DOM element
Example
gantt.config.grid_resizer_attribute = "gridresizer";
Default value: "grid_resizer"
Details
note
Use the grid_resizer_column_attribute instead:
gantt.config.grid_resizer_column_attribute = "data-column-index";