grid_resizer_attribute

sets the name of the attribute of the grid resizer's DOM element

string grid_resizer_attribute;

Deprecated

The property is deprecated.

Example

gantt.config.grid_resizer_attribute = "gridresizer";


Default value:

"grid_resizer"
Details

The property is deprecated. Use the grid_resizer_column_attribute instead:

gantt.config.grid_resizer_column_attribute = "data-column-index";
See also
Back to top