Hello,
I get this error (gantt 8.0.9):
‘formatter’ does not exist in type LightboxSection
when i write that :
gantt.config.lightbox.milestone_sections = [
{ name: “description”, height: 70, map_to: “text”, type: “textarea”, focus: true },
{ name: “time”, type: “duration”, single_date: true, map_to: “auto”, formatter: durationFormatter }
];
Your typescript definition isn’t missing something ?
Thanks,
David