An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
yet the result is not what I expect (see sort.png). Event name is equal to event id. I would expect either 1,2,3 / 4,5,6 or 1,2,3,4,5,6 each event on separate row. How can I achieve 1,2,3 / 4,5,6 sorting?
"
Forum post
"I need help understanding how Scheduler.view.mixin.SchedulerEventRendering#config-overlappingEventSorter works
I've defined a simple sort by id function
yet the result is not what I expect (see sort.png). Event name is equal to event id. I would expect either 1,2,3 / 4,5,6 or 1,2,3,4,5,6 each event on separate row. How can I achieve 1,2,3 / 4,5,6 sorting? "
Live example https://codepen.io/marciogurka/pen/zYVMGPB
Is it expected to have the order being set as
1 2 3 / 4 5 6
, because the sorter is using the id comparison?