I have 4 events. What I want is that when I have more than 1 event, it will show 1 event and "+3 more".
Now its showing 2 events and "+2 more" by default and I dont know how to customize it.
Please help me. Thanks in advance.
I have 4 events. What I want is that when I have more than 1 event, it will show 1 event and "+3 more".
Now its showing 2 events and "+2 more" by default and I dont know how to customize it.
Please help me. Thanks in advance.
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.