eventSlicing
Controls whether multi-day events can be visually split when a “+more” link interrupts them in DayGrid.
Boolean, default: true
When dayMaxEvents is set and a cell overflows, a “+more” link takes the place of the excess events. If a multi-day event spans across that cell, slicing determines what happens to it.
With eventSlicing: true (the default), the multi-day event is split into fragments — the portions before and after the overflowing cell are still rendered, while the cell itself shows the “+more” link. This keeps the event visible across as many days as possible, at the cost of a potentially fragmented appearance.
With eventSlicing: false, a multi-day event is treated as an atomic unit. If any cell it occupies overflows, the entire event is hidden and absorbed into the “+more” link. This produces a cleaner grid but may hide more events.