https://ej2.syncfusion.com/vue/documentation/api/gantt/addDialogFieldSettings/#adddialogfieldsettings
I'd like know how create custom fields on dialog gantt.
For the example I have 3 fields like this:
But only display one, how i can solve this also define type data of each field.
Tks
{
type: 'Custom',
headerText: 'Otros',
fields: ['user', 'status', 'weight']
}
]