Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to enable week ,day and month buttons that are in the header on the fullcalender ? #52

Open
Mian007 opened this issue Aug 5, 2017 · 2 comments

Comments

@Mian007
Copy link

Mian007 commented Aug 5, 2017

No description provided.

@umeshjamdade
Copy link

You can add it by using header attribute.

this.calendarOptions = {
fixedWeekCount: false,
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay,list'
},
};

@pankajparkar
Copy link

@umeshjamdade suggested option not working for me.
but below worked for me. I'm using @fullcalendar/angular

headerToolbar: {
    start: 'prev,next today',
    center: 'title',
    end: 'dayGridMonth,dayGridWeek,dayGridDay,dayGridlist'
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants