CroudTech / vue-fullcalendar

FullCalendar Wrapper for vue
MIT License
483 stars 101 forks source link

How to work with Next and Prev button? #177

Closed talha08 closed 5 years ago

talha08 commented 5 years ago

Here I found in the documentation about next is like, next() { this.$refs.calendar.fireMethod('next') },

But how I work with it? Can you give me a clear idea. I want to load data month by month in my application.

BrockReece commented 5 years ago

Hey

If you see the Using a JSON feed docs in the readme, there is an example there that uses the Events (as a function) method for pulling down events in the current timeframe. This will handle changing the month as well any time that the current timeframe changes, going from a day view to a month view for example.