Page 1 of 1

[REACT] BUG - LoadOnDemand does not work

Posted: Sun May 09, 2021 8:20 am
by tokytok

Hi,

On the version 4.1.2 (install with npm), the parameter loadOnDemand not work.
https://www.bryntum.com/docs/calendar/#Calendar/feature/LoadOnDemand

features={{
    loadOnDemand: true,
}}

Re: [REACT] BUG - LoadOnDemand does not work

Posted: Sun May 09, 2021 4:23 pm
by saki

Configuring features object is not recommended. Does

loadOnDemandFeature={true}

work?

Post please a runnable showcase if the above does not fix it.