Dear Team,
I need to be change the existing editor template in schedule component, like the one in quickInfoTemplates with header, content and footer.
I am facing issue to find header, content and footer in EditorTemplate and also their events.
Please find the below sample code
editorTemplate(props) {
return ((props !== undefined) ?
<Provider store={store}>
<SampleComponent />
</Provider>
: <div></div>);
}
Regards,
Sinchan