Our pure JavaScript Scheduler component


Post by janiquekamgx »

Based on some research, it seems that you cannot change the config of the component on the fly, that is – expose certain options to the front end for the user to change on the fly (example toggling between horizontal and vertical axis, at least not without some workarounds. Can you confirm that this is the case?


Post by mats »

You can toggle properties that are documented, configs are for the initial construction of a class. You are right, you cannot toggle horizontal / vertical mode at runtime but lots and lots of properties can be changed to alter the UI. See this for example... https://bryntum.com/examples/scheduler/rowheight


Post by janiquekamgx »

Hello, thank you for your response, this helps.


Post Reply