Page 1 of 1

Make scheduler show as collapsed by default

Posted: Tue Feb 23, 2021 8:26 pm
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.


Re: Make scheduler show as collapsed by default

Posted: Tue Feb 23, 2021 8:37 pm
by mats

Re: Make scheduler show as collapsed by default

Posted: Tue Mar 09, 2021 2:38 pm
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


Re: Make scheduler show as collapsed by default

Posted: Tue Mar 09, 2021 3:13 pm
by mats

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

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

Re: Make scheduler show as collapsed by default

Posted: Tue Mar 16, 2021 7:12 am
by NationalGroup

Thanks