Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
We make extensive use of cellTemplate and eventTemplate to customize calendar cells and how the events are rendered. It's very flexible.
However it would be much more flexible if we could also also have a custom viewTemplate where we could define our own views and render event data as we wish.
Here's an example in React:
We could use the ViewDirective with option="Custom" instead of "Day" or "Week" to tell the scheduler this is a custom view.
We pass in a displayName (already supported) and a viewTemplate prop:

The viewTemplate simply returns the HTML/components to render. It could be a Table, a List or any other custom component.

