Our pure JavaScript Scheduler component


Post by wilsonsilva »

I have 16 resources and each resource might have up to 3 events. Each event has a property whose value is 1, 2 or 4. How do I ensure that the events with 1 always stay on top, followed by those with 2 and last by 4?

Thanks in advance.

Post by mats »

Not yet supported, but coming in not too long. Track this ticket: https://app.assembla.com/spaces/bryntum/tickets/8642-custom-event-sorting-is-not-supported/details#

Post by johan.isaksson »

Hi,

The ticket linked to above has been resolved. In the next release `horizontalEventSorterFn` should work as advertised in docs.
Best regards,
Johan Isaksson

Post Reply