gantt.config.order_branch vs gantt.config.sort

Hi,
whenever I activate both - drag-n-drop grid rows rearrange and grid sorting on columns by:

gantt.config.order_branch = true; gantt.config.sort = true;

  • no metter of the commands order, the sorting always takes precedence and disables ‘order_branch’ d-n-d function.

Why is that and how to overcome that, to have both order_branch and sort active together at once?

Regards,
TheUser.

Sorting and Reordering by drag-n-drop are mutual exclusive. There is no way to have both in the same time.

Thank you Stanislav for clarification.