Our pure JavaScript Scheduler component


Post by natalia shchiptsova »

Hi, I try to configure 'ResourceCollapse' column in 'toggleAll' mode, but it always works like 'showFirst' mode.

My configuration in modified demo:
https://codepen.io/VsemPandets/pen/KKBoWrK?editors=0010

I expect that all events in first row should be hidden, but result is composition of events.


Post by marcio »

Hey natalia,

Thanks for the report. This issue will be addressed here https://github.com/bryntum/support/issues/6040

Best regards,
Márcio


Post by marcio »

Hey natalia,

There is an update on that ticket https://github.com/bryntum/support/issues/6040#issuecomment-1403708415

ResourceCollapseColumn only toggles between layout “none” and “stack”. The collapseMode setting is for collapsing columns, not resources.

So this is working as expected, it's not a bug.

Best regards,
Márcio


Post by natalia shchiptsova »

Hi, I got it, thanks a lot!


Post Reply