Our pure JavaScript Scheduler component


Post by NationalGroup »

Can we make our scheduler show as collapsed by default when we go into the screen? Our developers are struggling to do it?

My screenshot attached is what i want it to look like.

Attachments
Capture.PNG
Capture.PNG (118.64 KiB) Viewed 439 times

Post by mats »


Post by NationalGroup »

Hello, I tried the above approach and it is not working as per the requirement, kindly provide the elaborated command or way to implement the above functionality.
Regards


Post by mats »

Please show what you tried? Something like this should work well:

scheduler.resourceStore.on({
    load: () => scheduler.collapseAll();
})

Post by NationalGroup »

Thanks


Post Reply