If Date Has More Than n Number Of Events Show More Link

Hello,

I am new to this forum so please forgive me if I am posting this question in the wrong place. So my question is, if I have for instance 10 events happening on lets say March 31, 2019 I want the monthly view of the scheduler to only display the first 5 and to show a “show more” expansion link for the rest of the events. Wat would be the best way of going about doing this?

Any help is greatly appreciated, thanks

Hi,

To set the maximum number of events displayable in a cell you can use max_month_events config.
https://docs.dhtmlx.com/scheduler/api__scheduler_max_month_events_config.html

Also check there the related sample.

Thank You so much Polina. That was a great help