bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

Add support for resizing task from start date #10327

Open taauntik opened 3 days ago

taauntik commented 3 days ago

Forum post

How do I resize the Gantt Task Start Date?

I am using the

 import { BryntumGantt } from '@bryntum/gantt-react';

<BryntumGantt ref={ganttRef} {...ganttConfig} onDataChange={onDataChange} />