MonthGridYear implementation for Fullcalendar
- Jquery 3.5.1
- Fullcalendar version 5.4.0
Those versions are the one used in my own project. Never tested with anything else
⚠ This is a simple implementation of the monthGridYear view ⚠
Currently, you need to refresh the render to make sure that the height / width of the elements are correct
-
Get the monthGridYear.js file
-
import the file in your project
-
make sure you have bootstrap installed
-
include the new view in your setup of FullCalendar
initialView: 'MonthGridYear', headerToolbar: { left: 'monthGridYear dayGridMonth', center: 'title' }, views: { monthGridYear: MonthGridYear }
see demo.html