antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

Customize the header on calendar #496

Closed thanhnguyen-saritasa closed 2 years ago

thanhnguyen-saritasa commented 2 years ago

Hi Guy, I would like to custom something on the header section. I want to group the event by child category, like this demo: https://ej2.syncfusion.com/vue/demos/#/bootstrap5/schedule/group-bychild.html

Is there a solution to implement that? Thank you a lot.

antoniandre commented 2 years ago

Hi @thanhnguyen-saritasa, this is not possible for the sub levels, but you can check the day splits, which give you one level. https://antoniandre.github.io/vue-cal/#ex--splitting-days Cheers