I've tried something like this
viewRender: function(currentView){
$('body').remove('.fc-prev-button');
$('body').remove('.fc-next-button');
$('body').remove('.fc-today-button');
}
});
But it doesn't remove those buttons. What am I doing wrong? What is the correct way to do it in fullcalendar configuration?
You just don't have to set the options in the header. Something like that.
header: {
left: 'title',
center: '',
right: 'today '
}
Take a look here: Fullcalendar doc
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With