Our pure JavaScript Scheduler component


Post by dkharouf »

I can't customize like I want the attached example.

In fact, I would like to hide or display, with a button, the tasks in configurations for nested events?

Do you have any idea how to implement this feature?

with kind regards

pro.png
pro.png (37.87 KiB) Viewed 162 times

Post by alex.l »

Hi dkharouf,

In theory, it can be done with CSS show/hide rule for b-nested-events-container class and height for b-sch-event.
In practice, it may be not so easy to fully maintain as you desire. I've opened a feature request for that functionality: https://github.com/bryntum/support/issues/5274
We have a Sponsored Feature option, as well as Professional Services if you need that fast. All info and contacts you can find here https://www.bryntum.com/services

All the best,
Alex


Post by johan.isaksson »

Hi,

Just to set expectations correct here, the layout engine does not handle events of varying height. So even if the event is collapsed to take up less vertical space, another event stacked below it would not respect the collapsed height, but be positioned same way as if it was not collapsed.

An app could implement its own layout algorithm for this, but it would most likely be hard to solve.

Best regards,
Johan Isaksson

Post Reply