grid_resizer_column_attribute

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

string grid_resizer_column_attribute;

Available only in PRO Edition

Example

gantt.config.grid_resizer_column_attribute = "data-column-index";


Default value:

"data-column-index"
Details

This functionality is available in the PRO edition only.

See also
Back to top