I am currently utilizing JQuery's FullCalendar plugin for my project and I have observed that the date cells expand when multiple events coincide on a single date. For example, as shown in this image, the date cell for February 4
is expanding.
Is there a way to prevent this from happening? I would like to only display a few events within the cell, with any additional events being displayed when switching to the week
or day
views.
Does anyone know of a solution for this issue?