I have the following custom button,
todayBtn: {
text: <p>todayButton</p>,
click: () => {
this.changeView("resourceTimeGridDay")
}
}
When I load the FullCalendar component for the first time, I want the custom button to be active/highlighted.
I couldn't find any resource that helps me do this.