FullScheduler — Sorting events within Calendar - Full Guide
Docs, demos, API
SortingFlat storage (v1.0.52+)
setSortFn(fn)sort()getEventsByDate(date)
Starting with v1.0.52, events live in a flat collection. You install an active comparator via api.setSortFn(fn) and trigger sorting with api.sort(). The rendered list is sorted per day — each visible day uses the active comparator to order only its own events.
Interactive demo (single day)Live
Preset
Start time ↑
Day0 events on day
Row height Uses
api.resizeDayContainerByDate(date, dir) with step-based growth/shrink. Log0 entries
Actions will appear here…
