Our powerful JS Calendar component


Post by codevlabs »

Dear Support,

I upgraded from 5.6.13 -> 6.1.1 and managed to adjust most breaking changes except for loadOnDemand: true. I previously had loadOnDemand: true in features config which was initiated from the HTML bryntum-calendar element.

Can you please help with this? I am trying to enable this feature by using this.calendar.features.loadOnDemand = true; but it's failing.

What is the correct way in this new version please?


Post by codevlabs »

Managed with the following. thanks

<bryntum-calendar style="width:100%"			
		[loadOnDemandFeature] = "calendarConfig.features.loadOnDemand"

Can you please let me know where we can find details about the angular wrapper in the online docs? thanks,


Post by Animal »


Post by codevlabs »

thanks


Post Reply