Our pure JavaScript Scheduler component


Post by 9pranav_v »

Hi,

https://bryntum.com/products/schedulerpro/examples/nested-events-dependencies/
I have come across the example above which seems to meet my requirements. Currently, I am using Bryntum Scheduler Pro version 5.6.0. Could you please confirm if the above example is compatible with my version? Also, Could you please share sample code for react implementation for the same.


Post by alex.l »

Hi,

No, you have to upgrade to have this supported.

Also, Could you please share sample code for react implementation for the same.

I will request to create a new demo for React. We do not write applications in bounds of forum support I am afraid, but we can assist you if you will have any troubles during your development.
I reviewed the code of the demo. It should not be a problem to create this for React, there are no custom classes, just configuration that might be simply copy-pasted for beginning. What problem did you face while implementing this?

All the best,
Alex


Post by 9pranav_v »

Hi Alex,

Thanks for the quick response, I am able to integrate the nested event example in react. I wanted to sort the child events inside the parent in a specific order. Is there any way i can achieve this?


Post by alex.l »

Hi,

Nope, custom layout / sorting for nested events does not supported. I've opened a feature request for that here https://github.com/bryntum/support/issues/8858

All the best,
Alex


Post by alex.l »

Btw, there is private method overlappingEvenSorter that you might to override. Pls try and let us know if it helped. In that case we will make it public.

All the best,
Alex


Post by 9pranav_v »

Thanks Alex, i will let you know after checking with overlappingEvenSorter.


Post Reply