Hi Tran,
Greetings from Syncfusion Support.
We can have custom header by mapping the field name within eventSettings and for the same we have prepared a sample which can be downloaded from the following link.
public eventSettings: EventSettingsModel = {
dataSource: this.generateEvents(),
fields: {
subject: { title: 'Travel Summary', name: 'Title' },
location: { title: 'Source', name: 'Place' },
description: { title: 'Comments', name: 'Summary' },
startTime: { title: 'Departure Time', name: 'From' },
endTime: { title: 'Arrival Time', name: 'To' }
}
};
Please check the sample and let us know if you need any further assistance.
Regards,
Nevitha