how to make the Cell in the react-big-calendar flexible?

779 Views Asked by At

how can i make the Cell of the react-big-calendar flexible depend on the how many events that we have and enable the scrolling .

here i will provide a screen shot to my issue enter image description here

1

There are 1 best solutions below

0
On

Sounds like you're already using the showAllEvents prop, to make the cell scrollable. This applies to all cells, and can not be controlled at an individual cell level.

RBC determines layout based on the overall height you've applied to the container element.