resize_rows

enables the ability to adjust the row height by drag-and-drop

boolean resize_rows;

Example

gantt.config.resize_rows = true;


Default value:

false

Related samples

Details

See also
Change log

added in v7.1

Back to top