The rowHeaderResizable property (boolean) enables or disables drag-and-drop resizing of the row headers displayed by the JavaScript Gantt Chart.
This property is only applicable when row header scrolling is enabled.
Available since 2025.4.6665.
trueGantt config:
{
  rowHeaderScrolling: true,
  rowHeaderResizable: false,
  // ...
}