'How to customize number of events per day in react-big-calendar?
Solution 1:[1]
Yeah, Big Calendar doesn't work like that. According to the source code, it determines how many are displayed according to the amount of available space (you are supposed to set a height on it's container, according to the documentation), and then shows a link stating how many more events are on that day. Sounds like a great feature though. You should submit a PR.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Steve -Cutter- Blades |

