Ok, but… The documentation is poor, I couldn’t identify how I can implement this feature through callbacks or something like that. Can you help me?
If possible, create this feature with the "segments feature" as well. So I can parameterize this data.
Eg: https://www.htmlelements.com/demos/gantt/task-segments/
what I want? segment dateStart: 01:00:00 after drag and drop 01:05:00 drag and drop again 01:10:00
like so:
{ view: ‘day’, intervalinMinutes: 5
}
is it possible?