3

Events truncate if there are more events than can fit in a cell and you will notice "+X more" will show up:

enter image description here

How can i disable this feature and expand the cell so that every event shows? So the cell will expand with events.

rgc998
  • 299
  • 2
  • 15

1 Answers1

1

You can't. This is intentional, to keep the calendar layout. You use the 'popup' to display complete list of events for that date.

http://jquense.github.io/react-big-calendar/examples/index.html#prop-popup

Steve -Cutter- Blades
  • 5,057
  • 2
  • 26
  • 40