rgc998
rgc998

Reputation: 331

Disable truncation of events with React Big Calendar

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.

Upvotes: 3

Views: 1625

Answers (1)

Steve -Cutter- Blades
Steve -Cutter- Blades

Reputation: 5432

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

Upvotes: 1

Related Questions