Hi it’s possible show the events for a day in mode month in same line without \n?
And it’s possible don�t show the hour in mode month only the event?
Thanks…
Jorge Arzuaga
Hi it’s possible show the events for a day in mode month in same line without \n?
The component place only a single event per slot-line, it not possible to have multiple events inside the same line in the same day.
>>don�t show the hour in mode month only the event
You can redefine related template
scheduler.templates.event_bar_date = function(date){ return “”; }
Thanks…