Needs review
Project:
FullCalendar
Version:
3.0.x-dev
Component:
FullCalendar Options
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2026 at 19:28 UTC
Updated:
27 Feb 2026 at 20:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
mortona2k commentedAdds the dayMaxEvents setting under Views settings.
The difference between dayMaxEvents and dayMaxEventRows seems trivial - whether it counts the more link as an item?
dayMaxEventRows can be set per display.
Could be set to true to limit the count to the height of the day cell. Currently a number is implemented.
See also eventMaxStack - is this useful?
The popover position could use work, if it's on the right side, it could overflow the container (but is smart enough to move if the screen is too small).
Comment #4
mortona2k commentedHere's a patch that applies over my other recent patches that add similar options.
Comment #5
mortona2k commentedAnother patch with some adjustments to the settings value.